Pitch-cn

Pitch 汉化补丁,兼容网页与客户端。当前汉化进度:70%

当前为 2023-03-19 提交的版本,查看 最新版本

// ==UserScript==
// @name         Pitch-cn
// @namespace    https://rainforest-kailous.notion.site/
// @version      0.7
// @description  Pitch 汉化补丁,兼容网页与客户端。当前汉化进度:70%
// @author       Kailous
// @match        https://*.pitch.com/*
// @match        https://pitch.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=pitch.com
// @grant        none
// @license      MIT
// ==/UserScript==

(function(){ var en = function(n, ord
) {
  var s = String(n).split('.'), v0 = !s[1], t0 = Number(s[0]) == n,
      n10 = t0 && s[0].slice(-1), n100 = t0 && s[0].slice(-2);
  if (ord) return (n10 == 1 && n100 != 11) ? 'one'
      : (n10 == 2 && n100 != 12) ? 'two'
          : (n10 == 3 && n100 != 13) ? 'few'
              : 'other';
  return (n == 1 && v0) ? 'one' : 'other';
};
  var plural = function (value, offset, lcfunc, data, isOrdinal) {
    if ({}.hasOwnProperty.call(data, value)) return data[value];
    if (offset) value -= offset;
    var key = lcfunc(value, isOrdinal);
    return key in data ? data[key] : data.other;
  };
  var number = function (value, name, offset) {
    if (!offset) return value;
    if (isNaN(value)) throw new Error("Can't apply offset:" + offset + ' to argument `' + name + '` with non-numerical value ' + JSON.stringify(value) + '.');
    return value - offset;
  };
  var select = function (value, data) {
    return {}.hasOwnProperty.call(data, value) ? data[value] : data.other;
  };

  (function (root, G) {
    if (typeof define === "function" && define.amd) { define(G); }
    else if (typeof exports === "object") { module.exports = G; }
    else { root.pitch_l10n = G; }
  })(this, {
    "versioning--overlay--header-tabs--version-history": function(d) { return "版本历史"; },
    "versioning-overlay--header-tabs--deleted-slides": function(d) { return "已删除幻灯片"; },
    "versioning-overlay--slide-action--view-history": function(d) { return "查看历史"; },
    "versioning-overlay--footer-info--deleted-by": function(d) { return "删除者"; },
    "versioning-overlay--footer-info--restore-back-to--label": function(d) { return "在 #[presentation_name] 中选择要恢复的幻灯片"; },
    "versioning-overlay--no-deleted-slides--label": function(d) { return "没有删除的幻灯片"; },
    "versioning-overlay--no-deleted-slides--description": function(d) { return "你删除的幻灯片将会显示在这里,但此演示文稿目前没有删除的幻灯片。"; },
    "versioning-overlay--restore-slide-button": function(d) { return "恢复幻灯片"; },
    "versioning-overlay--error-state": function(d) { return "看起来你处于离线状态或者无法连接到我们的服务器。请检查你的网络连接并重试。"; },
    "versioning--slide-history--breadcrumbs--all-slides": function(d) { return "所有幻灯片"; },
    "versioning--slide-history--breadcrumbs--numbered-slide": function(d) { return "第 " + d.slide_number + " 张幻灯片"; },
    "versioning--slide-history--breadcrumbs--hidden-slide": function(d) { return "隐藏幻灯片"; },
    "versioning--slide-history--version-info-line--created-by": function(d) { return "创建者"; },
    "versioning--slide-history--version-info-line--last-edited-by": function(d) { return "最后编辑者"; },
    "versioning--slide-history--version-info-line--edited-by": function(d) { return "编辑者"; },
    "versioning--slide-history--footer-info--no-older-versions": function(d) { return "此幻灯片没有更早的版本。"; },
    "versioning--slide-history--paste-as-new-slide-button": function(d) { return "粘贴为新幻灯片"; },
    "versioning--slide-history--deleted-user-label": function(d) { return "已删除用户"; },
    "versioning--upsell--title": function(d) { return "永不丢失编辑记录"; },
    "versioning--upsell--title--app-store": function(d) { return "版本历史记录不可用"; },
    "versioning--upsell--description": function(d) { return "查看和恢复此幻灯片的以前版本。如果需要恢复已删除的幻灯片,您可以随时免费操作。"; },
    "versioning--upsell--description--app-store": function(d) { return "在启动计划中,恢复此幻灯片的以前版本不包括在内。您可以随时免费恢复已删除的幻灯片。"; },
    "versioning--upsell--description--guests": function(d) { return "此演示文稿属于启动计划中的工作区。查看此幻灯片的以前版本不包括在内,但您可以随时免费恢复已删除的幻灯片。"; },
    "versioning--upsell--paste-slide-button-tooltip": function(d) { return "使用 Pitch Pro 恢复以前的幻灯片版本"; },
    "versioning--upsell--paste-slide-button-tooltip--app-store": function(d) { return "启动计划不包括此功能"; },
    "desktop-app--tabs--context-menu--close-other-tabs": function(d) { return "关闭其他选项卡"; },
    "desktop-app--tabs--context-menu--copy-link": function(d) { return "复制链接"; },
    "desktop-app--menu--file": function(d) { return "文件"; },
    "desktop-app--menu--edit": function(d) { return "编辑"; },
    "desktop-app--menu--redo": function(d) { return "重做"; },
    "desktop-app--menu--visit-the-website": function(d) { return "访问网站"; },
    "desktop-app--menu--visit-whats-new": function(d) { return "更新内容"; },
    "desktop-app--menu--visit-help-center": function(d) { return "帮助中心"; },
    "desktop-app--menu--delete": function(d) { return "删除"; },
    "desktop-app--menu--speech": function(d) { return "语音"; },
    "desktop-app--menu--check-for-updates": function(d) { return "检查更新..."; },
    "desktop-app--menu--new-presentation": function(d) { return "新演示文稿"; },
    "desktop-app--menu--export-pdf": function(d) { return "导出为 PDF"; },
    "desktop-app--menu--export-ppt": function(d) { return "导出为 PowerPoint"; },
    "desktop-app--menu--undo": function(d) { return "撤销"; },
    "desktop-app--menu--view": function(d) { return "查看"; },
    "desktop-app--menu--new-window": function(d) { return "新建窗口"; },
    "templates--library--alert--failed-to-publish": function(d) { return "抱歉,出了些问题,模板发布失败。请再试一次或联系支持团队。"; },
    "templates--library--alert--failed-to-create": function(d) { return "抱歉,出了些问题,我们无法创建此模板。请再试一次或联系支持团队。"; },
    "template-info--header--viewing": function(d) { return "查看模板"; },
    "template-info--header--editing": function(d) { return "您正在编辑一个模板"; },
    "template-info--description--changes": function(d) { return "发布更改以更新此模板,使该工作区内的每个人都能使用。"; },
    "template-info--description--no-changes": function(d) { return "没有未发布的更改"; },
    "template-info--button--publish": function(d) { return "发布"; },
    "template-info--result--published": function(d) { return "已发布"; },
    "template-info--number-of-slides--label": function(d) { return plural(d.count, 0, en, { one: "个幻灯片", other: "个幻灯片" }); },
    "create-template-dialog--heading": function(d) { return "创建模板"; },
    "create-template-dialog--close--tooltip": function(d) { return "关闭"; },
    "create-template-dialog--description": function(d) { return "将经常使用的演示文稿转换为模板。您的团队可以使用它们节省时间并保持一致性。"; },
    "create-template-dialog--title-input--label": function(d) { return "模板名称"; },
    "create-template-dialog--title-input--placeholder": function(d) { return "选择一个独特且易记的名称..."; },
    "create-template-dialog--title-input--default": function(d) { return "无标题模板"; },
    "create-template-dialog--button--label": function(d) { return "创建模板"; },
    "convert-template-dialog--heading": function(d) { return "转换为模板"; },
    "convert-template-dialog--description": function(d) { return "原始演示文稿将保持不变"; },
    "convert-template-dialog--button--label": function(d) { return "转换为模板"; },
    "templates--stickers--category--otto-dog": function(d) { return "奥托狗"; },
    "templates--stickers--category--teamwork": function(d) { return "团队合作"; },
    "templates--stickers--category--graph-monsters": function(d) { return "图表怪兽"; },
    "templates--stickers--category--chubby-hands": function(d) { return "胖手指"; },
    "templates--stickers--category--badges": function(d) { return "徽章"; },
    "templates--stickers--category--look-at-this": function(d) { return "看这个"; },
    "templates--stickers--category--make-your-point": function(d) { return "表达你的观点"; },"templates--stickers--category--craft-a-plan": function(d) { return "制定计划"; },
    "templates--stickers--category--office-flashback": function(d) { return "办公室回忆录"; },
    "templates--stickers--category--thrive-together": function(d) { return "共同成长"; },
    "templates--stickers--category--cyberpunk": function(d) { return "赛博朋克"; },
    "templates--stickers--category--laws-of-reaction": function(d) { return "反应法则"; },
    "templates--stickers--category--mark-it-up": function(d) { return "涂鸦"; },
    "templates--stickers--category--women-at-work": function(d) { return "职场女性"; },
    "templates--stickers--category--remote-work": function(d) { return "远程工作"; },
    "templates--stickers--category--stay-in-sync": function(d) { return "保持同步"; },
    "templates--stickers--category--recorded-fun": function(d) { return "记录快乐"; },
    "templates--stickers--category--business-lingo": function(d) { return "商务术语"; },
    "templates--stickers--category--helping-hands": function(d) { return "援助之手"; },
    "templates--stickers--title-by-author": function(d) { return d.author + "的" + d.title; },
    "template-preview--image-alt-text": function(d) { return "模板预览图片"; },
    "template-preview--create-button-tooltip": function(d) { return "使用模板"; },
    "template-preview--go-to-profile": function(d) { return "转到个人资料"; },
    "template-preview--badge--new": function(d) { return "新"; },
    "template-preview--badge--not-published": function(d) { return "未发布"; },
    "template-picker--title": function(d) { return "创建演示文稿"; },
    "template-picker--gallery-tab-title": function(d) { return "Pitch模板库"; },
    "template-picker--library-tab-title": function(d) { return "库模板"; },
    "template-picker--search-results--title": function(d) { return "搜索结果"; },
    "template-picker--library--title": function(d) { return "库模板"; },
    "template-picker--gallery--title": function(d) { return "所有模板"; },
    "template-picker--search-results--placeholder": function(d) { return "搜索"; },
    "template-picker--search-results--count": function(d) { return plural(d.count, 0, en, { one: "1个结果", other: number(d.count, "count") + "个结果" }); },
    "template-picker--empty-state--title": function(d) { return "一个小时的模板创作,节约一天的时间"; },
    "template-picker--empty-state--text": function(d) { return "您的模板将显示在此处。将演示文稿保存为模板或#[链接到库]。"; },
    "template-picker--empty-state--text-link": function(d) { return "从我们的库开始使用模板"; },
    "template-picker--empty-search--title": function(d) { return "未找到库模板"; },
    "template-picker--empty-search--description": function(d) { return "您的搜索没有找到任何结果。尝试其他搜索词或搜索Pitch模板库。"; },
    "template-picker--empty-search--text-link": function(d) { return "搜索模板库"; },
    "template-picker--back-button-label": function(d) { return "返回工作区"; },
    "template-picker--title--library": function(d) { return "库模板"; },
    "template-picker--no-search-results-banner--title": function(d) { return "未找到模板。"; },
    "template-picker--no-search-results-banner--body": function(d) { return "还有很多其他模板可供选择。在此处查看我们最受欢迎的模板。"; },
    "template-picker--gallery--suggestions--prompt": function(d) { return "您希望在此列表中看到哪些其他模板?"; },
    "template-picker--gallery--suggestions--link": function(d) { return "建议新模板"; },
    "template-picker--gallery--suggestions--url": function(d) { return "https://pitch.canny.io/template-requests"; },
    "folder-picker--label-current": function(d) { return d.label + "(当前)"; },
    "folder-picker--label-private": function(d) { return "私人"; },
    "folder-picker--label-workspace": function(d) { return "工作区"; },
    "folder-picker--label-shared-with-me": function(d) { return "与我分享的"; },
    "folder-picker--label--modal": function(d) { return "创建演示文稿于:"; },
    "folder-picker--label--toolbar": function(d) { return "于"; },
    "folder-picker--private": function(d) { return "私人文件夹"; },
    "folder-picker--shared": function(d) { return "共享文件夹"; },
    "folder-picker--shared--read-only": function(d) { return "您无法在此文件夹中创建演示文稿"; },
    "folder-picker--workspace": function(d) { return "工作区文件夹"; },
    "template-details--button--close-modal": function(d) { return "关闭"; },
    "template-actions--use-template--button": function(d) { return "使用模板"; },
    "template-actions--edit--button": function(d) { return "编辑原始模板"; },
    "template-actions--duplicate--button": function(d) { return "复制"; },
    "template-actions--copy-link--button": function(d) { return "复制链接"; },
    "template-actions--open-in-desktop--button": function(d) { return "在桌面应用中打开"; },
    "template-details--templates-count": function(d) { return plural(d.count, 0, "en", { one: "1个模板", other: number(d.count, "count") + "个模板" }); },
    "gallery-player--next-slide": function(d) { return "下一页"; },
    "gallery-player--prev-slide": function(d) { return "上一页"; },
    "template-gallery--all-category": function(d) { return "全部"; },
    "template-gallery--all-category-name": function(d) { return "所有模板"; },
    "template-gallery--all-category-desc": function(d) { return "适用于各种情况的演示文稿模板"; },
    "template-details--offline": function(d) { return "看起来您已经离线了。您仍然可以使用此模板创建演示文稿,在您重新联网后,模板幻灯片和图像将再次工作。"; },
    "templates-brand-style-modal--title": function(d) { return "应用品牌风格"; },
    "templates-brand-style-modal--action-button": function(d) { return "应用"; },
    "templates-brand-style-modal--upload-font-button": function(d) { return "上传字体"; },
    "templates-brand-style-modal--headline-font": function(d) { return "标题字体"; },
    "templates-brand-style-modal--body-text-font": function(d) { return "正文字体"; },
    "templates-brand-style-modal--slide-background-color": function(d) { return "幻灯片背景"; },
    "templates-brand-style-modal--accent-color": function(d) { return "强调色"; },
    "templates-brand-style-modal--text-color": function(d) { return "文本颜色"; },
    "templates-brand-style-modal--open-style-editor--text": function(d) { return "要完全自定义设计,包括字体大小、表格和图表,#[link]"; },
    "templates-brand-style-modal--open-style-editor--link": function(d) { return "打开样式编辑器。"; },
    "create-presentation-button": function(d) { return "新建演示文稿"; },
    "create-presentation-button--import-file": function(d) { return "导入文件"; },
    "dashboard--header--personal-workspace-title": function(d) { return "个人"; },
    "dashboard--header--invite-members-button": function(d) { return "添加成员"; },
    "dashboard--header--create-template-button": function(d) { return "新建模板"; },
    "dashboard--header--create-presentation-button--shortcut": function(d) { return "新建演示文稿"; },
    "dashboard--header--create-template-button--shortcut": function(d) { return "新建模板"; },
    "dashboard--header--upload-fonts-button": function(d) { return "上传字体"; },
    "dashboard--header--upload-images-button": function(d) { return "上传图片"; },
    "dashboard--header--upload-videos-button": function(d) { return "上传视频"; },
    "dashboard--header--workspace-menu-button": function(d) { return "设置"; },
    "dashboard--header--starter-badge-text": function(d) { return "初学者版"; },
    "dashboard--header--subtitle--private-space": function(d) { return "在私人演示文稿上工作并与他人分享"; },
    "dashboard--header--subtitle--private-folder": function(d) { return "在私人演示文稿上工作,并与他人分享此文件夹或其中的内容"; },
    "dashboard--header--subtitle--shared-space": function(d) { return "跟踪工作区成员与您共享的私人演示文稿"; },
    "dashboard--header--subtitle--shared-folder": function(d) { return d.sharer + " 与您分享了此文件夹"; },
    "dashboard--header--subtitle--shared-folder--unknown-sharer": function(d) { return "某人"; },
    "dashboard--header--subtitle--workspace-folder": function(d) { return "创建每个人都可以访问的演示文稿"; },
    "dashboard--collapsible--folders": function(d) { return "文件夹"; },
    "dashboard--collapsible--presentations": function(d) { return "演示文稿"; },
    "dashboard--collapsible--folders-count": function(d) { return "文件夹(" + d.count + ")"; },
    "dashboard--collapsible--presentations-count": function(d) { return "演示文稿(" + d.count + ")"; },
    "adios-personal-workspace--alert": function(d) { return "再见个人工作区,我们要迎接更大更好的事物!"; },
    "dashboard--profile-popup--open-desktop-app": function(d) { return "打开桌面应用程序"; },
    "dashboard--profile-popup--download-app": function(d) { return "安装应用程序"; },
    "dashboard--profile-popup--download-desktop-app--x64": function(d) { return "适用于带有英特尔处理器的 Mac"; },
    "dashboard--profile-popup--download-desktop-app--arm64": function(d) { return "适用于带有 Apple M1 的 Mac"; },
    "dashboard--profile-popup--download-mobile-app": function(d) { return "下载移动应用程序"; },
    "dashboard--profile-popup--download-ios-app": function(d) { return "下载 iOS 应用程序(Canary)"; },
    "dashboard--profile-popup--download-android-app": function(d) { return "下载 Android 应用程序(Canary)"; },
    "dashboard--profile-popup--check-for-updates": function(d) { return "检查更新"; },
    "dashboard--profile-popup--leave-workspace": function(d) { return "离开工作区"; },
    "dashboard--profile-popup--legal-info": function(d) { return "法律信息"; },
    "dashboard--profile-popup--third-party": function(d) { return "第三方声明"; },
    "dashboard--profile-popup--billing": function(d) { return "账单"; },
    "dashboard--profile-popup--upgrade": function(d) { return "升级到专业版"; },
    "dashboard--profile-popup--workspace-members": function(d) { return "工作区成员"; },
    "dashboard--profile-popup--workspace-settings": function(d) { return "工作区设置"; },
    "dashboard--workspace-popover--account-settings": function(d) { return "您的帐户"; },
    "dashboard--profile-popup--setup-profile": function(d) { return "设置公共个人资料"; },
    "dashboard--profile-popup--view-profile": function(d) { return "查看公共个人资料"; },
    "dashboard--profile-popup--logout": function(d) { return "注销 (" + d.email + ")"; },
    "dashboard--workspace-popover--logout": function(d) { return "注销"; },
    "dashboard--create-workspace-unsupported-for-guests--title": function(d) { return "您是该工作区的访客"; },
    "dashboard--create-workspace-unsupported-for-guests--body": function(d) { return "访客无法创建新演示文稿。您可以要求工作区管理员将您设为成员,或在其他工作区中创建演示文稿。"; },
    "dashboard--create-workspace-unsupported-for-guests--cancel": function(d) { return "取消"; },
    "dashboard--create-workspace-unsupported-for-guests--learn-more": function(d) { return "了解更多"; },
    "dashboard--create-workspace-unsupported-for-guests--create-workspace": function(d) { return "创建工作区"; },
    "dashboard--rename-modal--edit-folder-header": function(d) { return "重命名文件夹"; },
    "dashboard--rename-modal--create-folder-header": function(d) { return "新建文件夹"; },
    "dashboard--rename-modal--edit-presentation-header": function(d) { return "重命名演示文稿"; },
    "dashboard--rename-modal--edit-template-header": function(d) { return "重命名模板"; },
    "dashboard--rename-modal--folder-input--placeholder": function(d) { return "文件夹名称"; },
    "dashboard--rename-modal--presentation-input--placeholder": function(d) { return "演示文稿名称"; },
    "dashboard--rename-modal--edit-submit-label": function(d) { return "更新"; },
    "dashboard--rename-modal--create-folder-submit-label": function(d) { return "创建"; },
    "dashboard--rename-modal--emoji-picker-reset-button": function(d) { return "重置"; },
    "dashboard--sidebar--upsell": function(d) { return "升级此工作区"; },
    "dashboard--sidebar--dashboard": function(d) { return "仪表盘"; },
    "dashboard--sidebar--templates": function(d) { return "模板"; },
    "dashboard--sidebar--library": function(d) { return "管理库"; },
    "dashboard--sidebar--trash": function(d) { return "垃圾箱"; },
    "dashboard--sidebar--shared-space--title": function(d) { return "与我共享"; },
    "dashboard--sidebar--shared-with-me": function(d) { return "与我共享"; },
    "dashboard--sidebar--presentations": function(d) { return "演示文稿"; },
    "dashboard--sidebar--home-folder": function(d) { return "主页"; },
    "dashboard--sidebar--workspace": function(d) { return "工作区"; },
    "dashboard--sidebar--private": function(d) { return "私有"; },
    "dashboard--sidebar--create-folder-placeholder": function(d) { return "创建文件夹"; },
    "dashboard--workspace-switcher--new-workspace-button--workspace-discovery-feature-flag": function(d) { return "创建或加入工作区"; },
    "dashboard--workspace-switcher--workspace--hint": function(d) { return "工作区: " + d.workspace_title; },
    "dashboard--sidebar--new-folder-name": function(d) { return "新文件夹"; },
    "dashboard--sidebar--folder-row--context-menu--rename": function(d) { return "重命名"; },
    "dashboard--sidebar--folder-row--context-menu--create-presentation": function(d) { return "新建演示文稿"; },
    "dashboard--sidebar--folder-row--context-menu--create-nested-folder": function(d) { return "新建文件夹"; },
    "dashboard--sidebar--folder-row--context-menu--move-to-toplevel": function(d) { return "移至顶级"; },
    "dashboard--sidebar--folder-row--context-menu--copy-link": function(d) { return "复制链接"; },
    "dashboard--sidebar--folder-row--context-menu--delete": function(d) { return "删除"; },
    "dashboard--sidebar--folder-row--context-menu--share": function(d) { return "共享文件夹"; },
    "dashboard--sidebar--folder-row--context-menu--leave": function(d) { return "离开共享文件夹"; },
    "dashboard--sidebar--folder-row--popover-menu--tooltip": function(d) { return "选项"; },
    "dashboard--sidebar--folder-row--create-presentation--tooltip": function(d) { return "新建演示文稿"; },
    "dashboard--main--templates-teaser--title": function(d) { return "创建演示文稿"; },
    "dashboard--main--templates-teaser--subtitle--library": function(d) { return "将工作区库中的任何模板转换为新演示文稿"; },
    "dashboard--main--templates-teaser--subtitle--gallery": function(d) { return "将任何Pitch画廊模板转换为新演示文稿"; },
    "dashboard--main--templates-teaser--cta-button": function(d) { return "浏览全部"; },
    "dashboard--main--templates-teaser--blank": function(d) { return "空白"; },
    "dashboard--main--templates-teaser--library-templates": function(d) { return "库模板"; },
    "dashboard--main--templates-teaser--pitch-templates": function(d) { return "Pitch模板画廊"; },
    "dashboard--main--templates-teaser--from": function(d) { return "来自:"; },
    "dashboard--main--sorted-by": function(d) { return "排序方式:"; },
    "dashboard--main--sorting-options--updated": function(d) { return "更新时间"; },
    "dashboard--main--sorting-options--created": function(d) { return "创建时间"; },
    "dashboard--main--sorting-options--title": function(d) { return "标题"; },
    "dashboard--main--shared-folder-button": function(d) { return "共享文件夹(" + d.count + ")"; },
    "dashboard--main--share-folder-button": function(d) { return "共享文件夹"; },
    "dashboard--main--shared-folder-sharer-tooltip": function(d) { return "您可以在工作区与其他人共享此文件夹。"; },
    "dashboard--main--shared-folder-sharer-tooltip-with-sharees": function(d) { return "您已将此文件夹与 " + plural(d.people, 0, 'en', { one: "1 个人", other: number(d.people, "个人") + " 个人" }) + " 共享。"; },
    "dashboard--main--shared-folder-sharee-tooltip": function(d) { return "此文件夹由 " + d.user_name + " 与您共享。"; },
    "dashboard--main--shared-folder-sharee-tooltip-anonymous-profile-name": function(d) { return "某人"; },
    "folder-sharing-dialog--sharer": function(d) { return "所有者"; },
    "folder-sharing-dialog--invite": function(d) { return "邀请"; },
    "folder-sharing-dialog--no-members-title": function(d) { return "没有与 \"" + d.name + "\" 匹配的成员"; },
    "folder-sharing-dialog--no-members-description": function(d) { return "#[btn] 与他们共享文件夹。"; },
    "folder-sharing-dialog--no-members-description-btn": function(d) { return "邀请工作区成员"; },
    "folder-sharing-dialog-sharer--description": function(d) { return "您可以在此工作区与其他人共享此文件夹。"; },
    "folder-sharing-dialog-sharee--description": function(d) { return "这里列出了所有有权访问此文件夹的人员。只有所有者可以邀请其他人。"; },
    "folder-sharing--invite-email-placeholder": function(d) { return "搜索工作区成员"; },
    "folder-sharing--invite-others--can-edit-title": function(d) { return "可编辑"; },
    "folder-sharing--invite-others--can-edit-description": function(d) { return "可以编辑并与他人共享"; },
    "folder-sharing--invite-others--can-view-title": function(d) { return "只能查看"; },
    "folder-sharing--invite-others--can-view-description": function(d) { return "只能查看演示文稿"; },
    "folder-sharing--invite-others--remove-title": function(d) { return "从文件夹中删除"; },
    "folder-sharing--invite-others--leave-title": function(d) { return "离开"; },
    "dashboard--home--folders--items": function(d) { return plural(d.amount, 0, { "1": "1项", other: number(d.amount, "amount") + " 项" }); },
    "dashboard--home--hero--title": function(d) { return "为您最好的思维留下空白的画布"; },
    "dashboard--home--hero--subtitle": function(d) { return "每个大想法都始于一个幻灯片。"; },
    "dashboard--home--hero--button": function(d) { return "新演示文稿"; },
    "dashboard--folder--hero--title": function(d) { return "您的团队将在这里创作什么?"; },
    "dashboard--folder--hero--subtitle": function(d) { return "您的工作区中的每个人都可以查看并添加演示文稿到此文件夹。如果您想要一些隐私,可以开始在您的私人文件夹中工作。"; },
    "dashboard--folder--hero--button": function(d) { return "新演示文稿"; },
    "dashboard--folder--hero--title-phone": function(d) { return "这里还没有内容"; },
    "dashboard--folder--hero--subtitle-phone": function(d) { return "您可以从我们的桌面应用程序向此文件夹添加演示文稿。"; },
    "dashboard--templates--hero--title": function(d) { return "一个小时制作的模板就是节省的时间"; },
    "dashboard--templates--hero--subtitle": function(d) { return "模板节省时间,轻松创建符合品牌的演示文稿。"; },
    "dashboard--templates--hero--button": function(d) { return "新模板"; },
    "dashboard--fonts--hero--title": function(d) { return "字体让您的品牌生动起来"; },
    "dashboard--fonts--hero--subtitle": function(d) { return "上传自定义字体,让任何人都可以使用它们。"; },
    "dashboard--fonts--hero--button": function(d) { return "上传字体"; },
    "dashboard--images--hero--title": function(d) { return "照片、标志和 GIF —— 万物皆可"; },
    "dashboard--images--upsell--title": function(d) { return "总有一张合适的图片"; },
    "dashboard--images--hero--subtitle": function(d) { return "在这里上传图片,这样您团队的每个人都可以使用它们。"; },
    "dashboard--images--upsell--subtitle": function(d) { return "将经过批准的图片添加到您的工作区库中,让其他人可以轻松找到合适的标志、个人照片或品牌资产。"; },
    "dashboard--images--hero--button": function(d) { return "上传图片"; },
    "dashboard-images--no-upsell--title": function(d) { return "图片上传不可用"; },
    "dashboard--images--no-upsell--subtitle": function(d) { return "图片上传不包括在入门计划中,但您可以使用我们的免费集成将图片添加到您的幻灯片中。"; },
    "dashboard--videos--hero--title": function(d) { return "摄影、摄像、行动!"; },
    "dashboard--videos--upsell--title": function(d) { return "为您的故事设定场景"; },
    "dashboard--videos--hero--subtitle": function(d) { return "在这里上传视频,这样您团队的每个人都可以使用它们。"; },
    "dashboard--videos--upsell--subtitle": function(d) { return "让每个人都能轻松添加高质量、可重复使用的视频。您的库让任何人都可以将它们添加到演示文稿中。"; },
    "dashboard--videos--hero--button": function(d) { return "上传视频"; },
    "dashboard-videos--no-upsell--title": function(d) { return "视频上传不可用"; },
    "dashboard--videos--no-upsell--subtitle": function(d) { return "视频上传不包含在入门套餐中,但您可以免费嵌入视频到您的演示文稿中。"; },
    "dashboard--presentation-card--updated": function(d) { return "更新于 " + d.date; },
    "dashboard--presentation-card--breadcrumb-locator": function(d) { return "在"; },
    "dashboard--presentation-card--breadcrumb-tooltip": function(d) { return "转到" + d.title; },
    "dashboard--presentation-card--duplicate-name": function(d) { return "副本 " + d.name; },
    "dashboard--presentation-card--template-label": function(d) { return "模板"; },
    "dashboard--presentation-card--draft-label": function(d) { return "草稿"; },
    "dashboard--leave-shared-document-error": function(d) { return "退出此演示文稿时出了些问题。请稍后再试。"; },
    "dashboard--unrevoke-failure-error": function(d) { return "打开此演示文稿时出了些问题。请稍后再试。"; },
    "dashboard--presentation-card--context-menu--rename": function(d) { return "重命名"; },
    "dashboard--presentation-card--context-menu--move": function(d) { return "移动到文件夹"; },
    "dashboard--presentation-card--context-menu--change-workspace": function(d) { return "移动到工作区"; },
    "dashboard--presentation-card--context-menu--duplicate": function(d) { return "复制"; },
    "dashboard--presentation-card--context-menu--save-as-template": function(d) { return "转换为模板"; },
    "dashboard--presentation-card--context-menu--copy-link": function(d) { return "复制链接"; },
    "dashboard--presentation-card--context-menu--subscribe": function(d) { return "订阅"; },
    "dashboard--presentation-card--context-menu--subscribe-tooltip-title": function(d) { return "订阅此演示文稿的活动"; },
    "dashboard--presentation-card--context-menu--unsubscribe-tooltip-title": function(d) { return "取消订阅此演示文稿的活动"; },
    "dashboard--presentation-card--context-menu--subscribe-tooltip-text": function(d) { return "获取有关所有新评论和标记为已完成的幻灯片的通知"; },
    "dashboard--presentation-card--context-menu--unsubscribe-tooltip-text": function(d) { return "您只会收到直接涉及您的活动通知。"; },
    "dashboard--presentation-card--context-menu--unsubscribe": function(d) { return "取消订阅"; },
    "dashboard--presentation-card--context-menu--open-in-desktop": function(d) { return "在桌面应用程序中打开"; },
    "dashboard--presentation-card--context-menu--delete": function(d) { return "删除"; },
    "dashboard--shared-presentation-card--context-menu--duplicate": function(d) { return "复制"; },
    "dashboard--shared-presentation-card--context-menu--copy-link": function(d) { return "复制链接"; },
    "dashboard--shared-presentation-card--context-menu--open-in-desktop": function(d) { return "在桌面应用程序中打开"; },
    "dashboard--shared-presentation-card--context-menu--leave": function(d) { return "离开"; },
    "dashboard--shared-presentation-card--popover--title": function(d) { return "由#[shared_by]共享"; },
    "dashboard--shared-presentation-card--popover-menu--duplicate": function(d) { return "复制"; },
    "dashboard--shared-presentation-card--popover-menu--copy-link": function(d) { return "复制链接"; },
    "dashboard--shared-presentation-card--popover-menu--leave": function(d) { return "离开"; },
    "dashboard--presentation-card--context-menu--move-to-trash--confirmation": function(d) { return "移到废纸篓?"; },
    "dashboard--presentation-card--context-menu--move-to-trash--confirmation-copy": function(d) { return "这将将演示文稿移动到此工作区中的所有人的废纸篓,但任何人都可以从废纸篓中恢复它。"; },
    "dashboard--presentation-card--context-menu--move-to-trash--confirmation-button": function(d) { return "移到废纸篓"; },
    "dashboard--presentation-card--context-menu--delete--confirmation": function(d) { return "删除演示文稿?"; },
    "dashboard--presentation-card--context-menu--delete--confirmation-copy": function(d) { return "这将删除此演示文稿,对于此工作区中的所有人都将不可恢复。"; },
    "dashboard--presentation-card--context-menu--delete--confirmation-button": function(d) { return "删除"; },
    "dashboard--presentation-card--template-context-menu--delete--confirmation": function(d) { return "删除模板?"; },
    "dashboard--presentation-card--template-context-menu--delete--confirmation-copy": function(d) { return "这将删除此模板,对于此工作区中的所有人都将不可恢复。"; },
    "dashboard--presentation-card--template-context-menu--delete--confirmation-button": function(d) { return "删除"; },
    "dashboard--presentation-card--template-context-menu--edit--message": function(d) { return "编辑工作区模板?"; },
    "dashboard--presentation-card--template-context-menu--edit--comment": function(d) { return "您正在更改整个团队的模板。他们创建的新演示文稿将基于这些更改。"; },
    "dashboard--presentation-card--template-context-menu--edit--confirmation-button": function(d) { return "编辑模板"; },
    "dashboard--presentation-card--public-badge-popup": function(d) { return "公开访问"; },
    "dashboard--presentation-card--private-badge-popup": function(d) { return "私人演示文稿"; },
    "template-created-modal--copy": function(d) { return "就这样!您的模板已准备就绪。您可以自己使用它,也可以与团队成员共享。"; },
    "template-created-modal--edit-button": function(d) { return "编辑模板"; },
    "template-created-modal--view-templates-button": function(d) { return "查看模板"; },
    "dashboard--move-presentation-modal--title": function(d) { return "移动到文件夹"; },
    "dashboard--move-presentation-modal--action": function(d) { return "移动到 " + d.folder_title; },
    "dashboard--create-presentation-modal--title": function(d) { return "创建演示文稿"; },
    "dashboard--create-presentation-modal--submit-button": function(d) { return "在此文件夹中创建"; },
    "dashboard--create-presentation-modal--starter-plan-info-message--cannot-create-private-presentations": function(d) { return "您不能在初始计划中创建私人演示文稿。"; },
    "dashboard--create-presentation-modal--starter-plan-info-message--select-workspace-folder": function(d) { return "#[message] 请改为选择工作区文件夹。"; },
    "dashboard--change-workspace-presentation-modal--title": function(d) { return "移动 \"" + d.presentation_title + "\""; },
    "dashboard--duplicate-shared-document-modal--title": function(d) { return "复制 \"" + d.presentation_title + "\""; },
    "dashboard--change-workspace-document-error": function(d) { return "移动此演示文稿时出了一些问题,请稍后再试。"; },
    "dashboard--change-workspace-document-modal--copy": function(d) { return "移动此演示文稿将使它在当前工作区对所有人不可用,并与新工作区中的所有人共享。"; },
    "dashboard--duplicate-shared-document-modal--presentation-stays-private": function(d) { return "当你复制#[title]时,它将进入你的#[target]。"; },
    "dashboard--duplicate-shared-document-modal--presentation-stays-private--target": function(d) { return "私人文件夹"; },
    "dashboard--duplicate-shared-document-modal--presentation-will-be-public": function(d) { return "这个工作区没有私人文件夹。当你复制#[title]时,它将是#[target]。"; },
    "dashboard--duplicate-shared-document-modal--presentation-will-be-public--target": function(d) { return "对整个工作区可见"; },
    "dashboard--change-workspace-private-document-modal--presentation-stays-private": function(d) { return "当你移动#[title]时,它将进入你的#[target]。"; },
    "dashboard--change-workspace-private-document-modal--presentation-stays-private--target": function(d) { return "私人文件夹"; },
    "dashboard--change-workspace-private-document-modal--presentation-will-be-public": function(d) { return "这个工作区没有私人文件夹。当你移动#[title]时,它将是#[target]。"; },
    "dashboard--change-workspace-private-document-modal--presentation-will-be-public--target": function(d) { return "对整个工作区可见"; },
    "dashboard--change-workspace-document-modal--move-to": function(d) { return "移动到:"; },
    "dashboard--duplicate-shared-document-modal--duplicate-to": function(d) { return "复制到:"; },
    "dashboard--move-private-or-shared-document--confirmation-text": function(d) { return "确认"; },
    "dashboard--move-private-or-shared-document--confirmation-message": function(d) { return "与整个工作区共享此演示文稿?"; },
    "dashboard--move-private-or-shared-document--confirmation-comment": function(d) { return "此演示文稿将出现在没有私人文件夹的工作区中。它将对所有成员可见。"; },
    "dashboard--change-workspace-document-modal--button": function(d) { return "移动到 " + d.workspace_title; },
    "dashboard--duplicate-shared-document-modal--button": function(d) { return "复制到 " + d.workspace_title; },
    "toast--invitations-sent-text": function(d) { return "恭喜!您已邀请" + plural(d.people, 0, { one: "1个人", other: number(d.people, "人") }) + "加入"; },
    "dashboard--dirents--untitled-presentation": function(d) { return "未命名演示文稿"; },
    "dashboard--window-title": function(d) { return "Pitch"; },
    "dashboard--private-area--hero--title": function(d) { return "此文件夹仅供您使用"; },
    "dashboard--private-area--hero--subtitle": function(d) { return "此处的演示文稿在您与他人共享之前是私有的。"; },
    "dashboard--private-area--hero--button": function(d) { return "新建演示文稿"; },
    "dashboard--shared-space--hero--title": function(d) { return "分享就是关爱"; },
    "dashboard--shared-space--hero--subtitle": function(d) { return "当你的工作区成员邀请你参与私密演示文稿时,你会在这里看到它们。"; },
    "dashboard--shared-folder-sharee--hero--title": function(d) { return "这是 " + d.user_name + " 的文件夹"; },
    "dashboard--shared-folder-sharee--hero--subtitle": function(d) { return "他们与你共享它,以便你们可以一起工作"; },
    "dashboard--shared-folder-sharer--hero--subtitle-row-1": function(d) { return "你已经与 " + plural(d.people, 0, en, { one: "1 个人", other: number(d.people, "个人") + " 个人" }) + " 共享了这个私密文件夹。"; },
    "dashboard--shared-folder-sharer--hero--subtitle-row-2": function(d) { return "创建一个演示文稿开始协作。"; },
    "dashboard--convert-template--modal--title": function(d) { return "转换为模板"; },
    "dashboard--move-to-private-space-modal--cancel": function(d) { return "取消"; },
    "dashboard--move-to-private-space-modal--move": function(d) { return "移动并保持私密"; },
    "dashboard--move-from-private-space-modal--cancel": function(d) { return "保持私密"; },
    "dashboard--move-from-private-space-modal--move": function(d) { return "移动并分享"; },
    "dashboard--move-to-private-space-modal--title": function(d) { return "移动此演示文稿将使其变为私密"; },
    "dashboard--move-to-private-space-modal--text": function(d) { return "如果您将 #[title] 移动到 #[folder_name],则 #[workspace_name] 工作区的所有成员都将失去对其的访问权限。"; },
    "dashboard--move-from-private-space-modal--title": function(d) { return "移动此演示文稿将与他人共享"; },
    "dashboard--move-from-private-space-modal--text": function(d) { return "为了避免意外的隐私问题:当您将 #[title] 移动到 #[folder_name] 时,#[workspace_name] 工作区中的每个人都将看到它。"; },
    "dashboard--move-unsupported-modal--title": function(d) { return "不支持此操作"; },
    "dashboard--move-unsupported-modal--text": function(d) { return "您需要联网才能将演示文稿移动到其他位置。"; },
    "dashboard--move-unsupported-modal--ok": function(d) { return "OK"; },
    "dashboard--presentation-card--more-options-icon-title": function(d) { return "选项"; },
    "reader--public-reader--banner--message": function(d) { return "使用 Pitch 创建像这样的精美演示文稿"; },
    "reader--public-reader--banner--discover-button": function(d) { return "了解更多"; },
    "reader--error-no-visible-slides--header": function(d) { return "我们无法显示您的幻灯片"; },
    "reader--error-no-visible-slides--description": function(d) { return "请确保它们未标记为跳过。刷新页面并重试。"; },
    "reader--bottom-bar--previous-slide-button-hint": function(d) { return "上一页幻灯片"; },
    "reader--bottom-bar--current-slide-hint": function(d) { return "当前幻灯片"; },
    "reader--bottom-bar--next-slide-button-hint": function(d) { return "下一页幻灯片"; },
    "reader--bottom-bar--toggle-slides-preview-button-hint": function(d) { return "切换幻灯片预览"; },
    "reader--bottom-bar--toggle-comments-button-hint": function(d) { return "切换评论"; },
    "quick-menu--placeholder": function(d) { return "您想做什么?"; },
    "quick-menu--insert-slide--related": function(d) { return "创建 插入 添加 模板"; },
    "quick-menu--insert-slide--label": function(d) { return "从模板创建新幻灯片"; },
    "quick-menu--insert-blank-slide--related": function(d) { return "创建 插入 添加 空白"; },
    "quick-menu--insert-blank-slide--label": function(d) { return "创建新空白幻灯片"; },
    "quick-menu--insert-headline-big--label": function(d) { return "大标题"; },
    "quick-menu--insert-headline-big--related": function(d) { return "大标题 h1 文本 插入"; },
    "quick-menu--insert-headline-medium--label": function(d) { return "标题"; },
    "quick-menu--insert-headline-medium--related": function(d) { return "标题 h2 文本 插入"; },
    "quick-menu--insert-headline-small--label": function(d) { return "子标题"; },
    "quick-menu--insert-headline-small--related": function(d) { return "子标题 h3 文本 插入"; },
    "quick-menu--insert-paragraph--label": function(d) { return "正文"; },
    "quick-menu--insert-paragraph--alias": function(d) { return "文本"; },
    "quick-menu--insert-paragraph--related": function(d) { return "文本 段落 h4 插入"; },
    "quick-menu--insert-paragraph-small--label": function(d) { return "小号文本"; },
    "quick-menu--insert-paragraph-small--related": function(d) { return "段落 h5 文本 插入"; },
    "quick-menu--sub-shape--label": function(d) { return "形状"; },
    "quick-menu--insert-triangle--label": function(d) { return "三角形"; },
    "quick-menu--insert-triangle--related": function(d) { return "形状 插入"; },
    "quick-menu--insert-star--label": function(d) { return "星形"; },
    "quick-menu--insert-star--related": function(d) { return "形状 插入"; },
    "quick-menu--insert-rectangle--label": function(d) { return "矩形"; },
    "quick-menu--insert-rectangle--related": function(d) { return "正方形 形状 插入"; },
    "quick-menu--insert-circle--label": function(d) { return "圆形"; },
    "quick-menu--insert-circle--related": function(d) { return "形状 椭圆形 椭形 插入"; },
    "quick-menu--insert-line--label": function(d) { return "直线"; },
    "quick-menu--insert-line--related": function(d) { return "形状 插入"; },
    "quick-menu--insert-arrow--label": function(d) { return "箭头"; },
    "quick-menu--insert-arrow--related": function(d) { return "形状 插入"; },
    "quick-menu--insert-diamond--label": function(d) { return "菱形"; },
    "quick-menu--insert-diamond--related": function(d) { return "形状 插入"; },
    "quick-menu--sub-list--label": function(d) { return "列表"; },
    "quick-menu--sub-list--related": function(d) { return "项目符号、编号、复选框 插入"; },
    "quick-menu--insert-number-list--label": function(d) { return "编号列表"; },
    "quick-menu--insert-check-list--label": function(d) { return "复选框列表"; },
    "quick-menu--insert-bullet-list--label": function(d) { return "项目符号列表"; },
    "quick-menu--insert-line-chart--label": function(d) { return "折线图"; },
    "quick-menu--insert-line-chart--related": function(d) { return "插入图表"; },
    "quick-menu--insert-area-chart--label": function(d) { return "面积图"; },
    "quick-menu--insert-area-chart--related": function(d) { return "插入面积图表"; },
    "quick-menu--insert-stack-area-chart--label": function(d) { return "堆积面积图"; },
    "quick-menu--insert-stack-area-chart--related": function(d) { return "插入图表"; },
    "quick-menu--insert-bar-chart--label": function(d) { return "柱形图"; },
    "quick-menu--insert-bar-chart--related": function(d) { return "插入柱状图表"; },
    "quick-menu--insert-stack-bar-chart--label": function(d) { return "堆积柱形图"; },
    "quick-menu--insert-stack-bar-chart--related": function(d) { return "插入柱状图表"; },
    "quick-menu--insert-horizontal-bar-chart--label": function(d) { return "横向柱形图"; },
    "quick-menu--insert-horizontal-bar-chart--related": function(d) { return "插入横向柱状图表"; },
    "quick-menu--insert-stack-horizontal-bar-chart--label": function(d) { return "堆积横向柱形图"; },
    "quick-menu--insert-stack-horizontal-bar-chart--related": function(d) { return "插入横向柱状图表"; },
    "quick-menu--insert-pie-chart--label": function(d) { return "饼图"; },
    "quick-menu--insert-pie-chart--related": function(d) { return "插入图表"; },
    "quick-menu--insert-table--label": function(d) { return "表格"; },
    "quick-menu--media-picker-insert--label": function(d) { return "图像和媒体"; },
    "quick-menu--media-picker-replace--label": function(d) { return "替换图像"; },
    "quick-menu--media-picker-insert--related": function(d) { return "图片 媒体 Giphy 插入 Unsplash"; },
    "quick-menu--sub-arrange--label": function(d) { return "排列"; },
    "quick-menu--align-left--label": function(d) { return "左对齐"; },
    "quick-menu--align-center--label": function(d) { return "居中对齐"; },
    "quick-menu--align-right--label": function(d) { return "右对齐"; },
    "quick-menu--align-top--label": function(d) { return "顶部对齐"; },
    "quick-menu--align-middle--label": function(d) { return "垂直居中对齐"; },
    "quick-menu--align-bottom--label": function(d) { return "底部对齐"; },
    "quick-menu--distribute-horizontal--label": function(d) { return "水平分布"; },
    "quick-menu--distribute-vertical--label": function(d) { return "垂直分布"; },
    "quick-menu--position-center--label": function(d) { return "居中"; },
    "quick-menu--position-half-left--label": function(d) { return "左半边"; },
    "quick-menu--position-half-right--label": function(d) { return "右半边"; },
    "quick-menu--position-half-top--label": function(d) { return "上半部分"; },
    "quick-menu--position-half-bottom--label": function(d) { return "下半部分"; },
    "quick-menu--position-third-top--label": function(d) { return "上三分之一"; },
    "quick-menu--position-third-bottom--label": function(d) { return "下三分之一"; },
    "quick-menu--position-third-middle--label": function(d) { return "居中第三"; },
    "quick-menu--position-third-left--label": function(d) { return "左侧第三"; },
    "quick-menu--position-third-right--label": function(d) { return "右侧第三"; },
    "quick-menu--position-third-center--label": function(d) { return "中间第三"; },
    "quick-menu--position-quarter-topright--label": function(d) { return "右上方1/4"; },
    "quick-menu--position-quarter-topleft--label": function(d) { return "左上方1/4"; },
    "quick-menu--position-quarter-bottomright--label": function(d) { return "右下方1/4"; },
    "quick-menu--position-quarter-bottomleft--label": function(d) { return "左下方1/4"; },
    "quick-menu--position-full-width--label": function(d) { return "全宽"; },
    "quick-menu--position-full-height--label": function(d) { return "全高"; },
    "quick-menu--order-send-to-back--label": function(d) { return "置于底层"; },
    "quick-menu--order-send-to-back--related": function(d) { return "底层"; },
    "quick-menu--order-send-backward--label": function(d) { return "向后一层"; },
    "quick-menu--order-send-backward--related": function(d) { return "后移"; },
    "quick-menu--order-bring-to-front--label": function(d) { return "置于顶层"; },
    "quick-menu--order-bring-to-front--related": function(d) { return "顶层"; },
    "quick-menu--order-bring-forward--label": function(d) { return "向前一层"; },
    "quick-menu--order-bring-forward--related": function(d) { return "前移"; },
    "quick-menu--background-image-set--label": function(d) { return "设置为背景"; },
    "quick-menu--background-image-unset--label": function(d) { return "取消背景图片"; },
    "quick-menu--background-image-add--label": function(d) { return "添加背景图片"; },
    "quick-menu--background-image-replace--label": function(d) { return "替换背景图片"; },
    "quick-menu--background-image-remove--label": function(d) { return "移除背景图片"; },
    "quick-menu--assign-none--label": function(d) { return "取消幻灯片指定"; },
    "quick-menu--unassign-single--label": function(d) { return "取消指定"; },
    "quick-menu--unassign-multiple--label": function(d) { return "取消所有指定"; },
    "quick-menu--sub-assign--label": function(d) { return "指定给..."; },
    "quick-menu--sub-assign--placeholder": function(d) { return "您想将此幻灯片指定给谁?"; },
    "quick-menu--assign-to--label": function(d) { return "指定给"; },
    "quick-menu--unassign-me--label": function(d) { return "我 (" + d.user_name + ")"; },
    "quick-menu--create-folder--related": function(d) { return "新建添加"; },
    "quick-menu--create-folder--label": function(d) { return "创建文件夹"; },
    "quick-menu--create-private-folder--label": function(d) { return "创建私人文件夹"; },
    "quick-menu--sub-folder--placeholder": function(d) { return "您要查找哪个文件夹?"; },
    "quick-menu--sub-folders--label": function(d) { return "打开文件夹"; },
    "quick-menu--open-folder--placeholder": function(d) { return "打开"; },
    "quick-menu--sub-workspace--label": function(d) { return "转到工作区"; },
    "quick-menu--go-workspace--label": function(d) { return "转到"; },
    "quick-menu--sub-workspace--placeholder": function(d) { return "您要查找哪个工作区?"; },
    "quick-menu--go-account-settings--label": function(d) { return "账户设置"; },
    "quick-menu--go-settings--label": function(d) { return "工作区设置"; },
    "quick-menu--shared-folders--leave--label": function(d) { return "退出共享文件夹"; },
    "quick-menu--shared-folders--invite--label": function(d) { return "分享文件夹"; },
    "quick-menu--create-presentation--related": function(d) { return "新建"; },
    "quick-menu--create-presentation--label": function(d) { return "创建演示文稿"; },
    "quick-menu--create-presentation-blank--related": function(d) { return "新建"; },
    "quick-menu--create-presentation-blank--label": function(d) { return "创建空白演示文稿"; },
    "quick-menu--import-presentation--label": function(d) { return "导入演示文稿"; },
    "quick-menu--sub-document--placeholder": function(d) { return "你想打开什么?"; },
    "quick-menu--dashboard--empty-text": function(d) { return "试试“打开”、“创建”或“帮助”"; },
    "quick-menu--guest-dashboard--empty-text": function(d) { return "试试“打开”或“帮助”"; },
    "quick-menu--shared-space--empty-text": function(d) { return "试试“打开”或“帮助”"; },
    "quick-menu--shared-folder--empty-text": function(d) { return "试试“打开”或“帮助”"; },
    "quick-menu--sub-presentation--label": function(d) { return "打开演示文稿"; },
    "quick-menu--open-document--label": function(d) { return "打开"; },
    "quick-menu--sub-slide-status--label": function(d) { return "更改幻灯片状态"; },
    "quick-menu--sub-slide-status--placeholder": function(d) { return "这张幻灯片的状态是什么?"; },
    "quick-menu--set-slide-status--label": function(d) { return "将幻灯片状态更改为"; },
    "quick-menu--slide-number-toggle--label": function(d) { return "切换幻灯片编号"; },
    "quick-menu--skip-slide-toggle--label": function(d) { return "切换跳过幻灯片"; },
    "quick-menu--show-live-cursors--label": function(d) { return "显示实时光标"; },
    "quick-menu--hide-live-cursors--label": function(d) { return "隐藏实时光标"; },
    "quick-menu--sub-jump-to-slide--label": function(d) { return "跳转到幻灯片"; },
    "quick-menu--jump-to-slide--label": function(d) { return "跳转到幻灯片"; },
    "quick-menu--sub-jump-to-slide--placeholder": function(d) { return "输入幻灯片编号"; },
    "quick-menu--create-template--related": function(d) { return "新建添加"; },
    "quick-menu--create-template--label": function(d) { return "创建模板"; },
    "quick-menu--template-generator--label": function(d) { return "生成品牌模板"; },
    "quick-menu--sub-apply-style--label": function(d) { return "应用样式..."; },
    "quick-menu--apply-style--label": function(d) { return "应用"; },
    "quick-menu--sub-apply-style--placeholder": function(d) { return "输入幻灯片样式名称"; },
    "quick-menu--help-menu--label": function(d) { return "帮助菜单"; },
    "quick-menu--keyboard-shortcuts--label": function(d) { return "快捷键"; },
    "quick-menu--contact-us--label": function(d) { return "联系我们"; },
    "quick-menu--contact-us--related": function(d) { return "反馈"; },
    "quick-menu--dev-panel-toggle--label": function(d) { return "切换开发面板"; },
    "quick-menu--dev-panel-toggle-minimize--label": function(d) { return "切换最小化开发面板"; },
    "quick-menu--sub-feature-flags--placeholder": function(d) { return "搜索要激活/停用的功能标志"; },
    "quick-menu--sub-feature-flags--label": function(d) { return "功能标志"; },
    "quick-menu--feature-flags-clear-all-overrides--label": function(d) { return "重置所有功能标志"; },
    "quick-menu--feature-flags-clear-all-overrides--related": function(d) { return "清除特性"; },
    "quick-menu--activate-feature-flags--label": function(d) { return "激活"; },
    "quick-menu--deactivate-feature-flags--label": function(d) { return "停用"; },
    "quick-menu--play--label": function(d) { return "开始演示"; },
    "quick-menu--document--empty-text": function(d) { return "尝试“status”、“image”或“open”"; },
    "quick-menu--add-members--label": function(d) { return "邀请用户"; },
    "quick-menu--add-members--alias": function(d) { return "添加成员"; },
    "quick-menu--go-members--label": function(d) { return "工作区成员"; },
    "quick-menu--go-members--alias": function(d) { return "成员"; },
    "quick-menu--export-pdf--label": function(d) { return "导出为PDF"; },
    "quick-menu--export-pdf-uncompressed--label": function(d) { return "导出为PDF(高质量)"; },
    "quick-menu--export-ppt--label": function(d) { return "导出为PowerPoint"; },
    "quick-menu--export-ppt-upsell--label": function(d) { return "导出为PowerPoint(专业版)"; },
    "quick-menu--go-dashboard--label": function(d) { return "前往仪表板"; },
    "quick-menu--go-comment--related": function(d) { return "新建"; },
    "quick-menu--go-comment--label": function(d) { return "添加评论"; },
    "quick-menu--download-desktop-app--label": function(d) { return "下载桌面应用"; },
    "quick-menu--tooltip-education--title": function(d) { return "快速访问"; },
    "quick-menu--tooltip-education--content": function(d) { return "在快速菜单中找到您需要的所有功能"; },
    "quick-menu--tooltip-education--learn-more": function(d) { return "了解更多"; },
    "quick-menu--tooltip-education--dismiss": function(d) { return "知道了"; },
    "quick-menu--toggle-side-panel--label": function(d) { return "切换面板"; },
    "quick-menu--toggle-side-panel--related": function(d) { return "打开关闭"; },
    "quick-menu--live-collab-toggle-microphone--related": function(d) { return "静音取消静音音频"; },
    "quick-menu--live-collab-toggle-microphone--label": function(d) { return "切换麦克风"; },
    "quick-menu--toggle-version-history--label": function(d) { return "显示版本历史"; },
    "quick-menu--toggle-deleted-slides--label": function(d) { return "显示已删除的幻灯片"; },
    "quick-menu--product-tour-title": function(d) { return "了解更多"; },
    "quick-menu--group-create--label": function(d) { return "分组"; },
    "quick-menu--group-disband--label": function(d) { return "取消分组"; },
    "quick-menu--editor-lock--label": function(d) { return "锁定位置"; },
    "quick-menu--editor-unlock--label": function(d) { return "解除锁定位置"; },
    "quick-menu--sub-format-text--label": function(d) { return "格式化文本"; },
    "quick-menu--sub-format-text--placeholder": function(d) { return "可切换的格式化选项"; },
    "quick-menu--sub-format-text--toggle-bold": function(d) { return "切换加粗"; },
    "quick-menu--sub-format-text--toggle-bold--related": function(d) { return "强调 加粗 黑体"; },
    "quick-menu--sub-format-text--toggle-italic": function(d) { return "切换斜体"; },
    "quick-menu--sub-format-text--toggle-italic--related": function(d) { return "倾斜 斜体"; },
    "quick-menu--sub-format-text--toggle-strikethrough": function(d) { return "切换删除线"; },
    "quick-menu--sub-format-text--toggle-strikethrough--related": function(d) { return "穿越 划去 删除"; },
    "quick-menu--sub-format-text--toggle-underline": function(d) { return "切换下划线"; },
    "quick-menu--sub-format-text--toggle-underline--related": function(d) { return "下划线"; },
    "quick-menu--sub-format-text--toggle-case": function(d) { return "切换大写字母"; },
    "quick-menu--sub-format-text--toggle-case--related": function(d) { return "小写字母、全部大写、首字母大写等"; },
    "platform--template-gallery--page-title": function(d) { return "100+ 由专家设计的免费演示文稿模板 | Pitch"; },
    "platform--template-gallery--hero-title": function(d) { return "演示文稿模板"; },
    "platform--template-gallery--hero-heading": function(d) { return "使用我们的免费演示文稿模板,您可以更快地制作下一份演示文稿。这些模板具有完全可定制的专业设计和易于使用的特点。"; },
    "platform--template-gallery--seo-footer": function(d) { return "## Pitch 提供的免费演示文稿模板 \n 从头开始创建演示文稿需要花费很多时间,而且大部分时间常常用于调整布局和格式而不是处理演示文稿内容。使用 Pitch,一个直观的演示文稿工具,以及我们的库中超过100个专业设计的演示文稿模板,您将能够专注于最重要的——您的信息。\n\n 寻找简单的设计风格和极简主义的幻灯片?带有各种数据可视化选项的专业演示文稿模板?玩味十足的创意幻灯片?市场营销演示文稿?或是公司推介演示文稿?我们的演示文稿模板库可以满足您的需要。\n\n 最棒的是,我们所有的演示文稿模板都完全免费使用,Pitch 也是。只需选择一个模板并单击“使用此模板”即可注册(不可用)帐户,这只需要几个点击。从这里开始,自定义模板非常简单,您只需要添加您的内容即可。\n\n 想要确保您的演示文稿反映公司品牌形象吗?Pitch 可以帮助您轻松创建符合品牌形象的演示文稿。您可以自定义您的调色板,甚至上传自定义字体以匹配您公司的样式指南。最重要的是,您可以与团队协作——通过评论和将幻灯片分配给团队成员进行异步协作,以及通过实时视频协作进行实时协作。当您的演示文稿准备好后,您可以与任何人分享它。只需单击“分享”,创建公共链接即可分享!"; },
    "platform--template-gallery--load-more": function(d) { return "展示更多模板"; },
    "platform--template-gallery--error-title": function(d) { return "出错了"; },
    "platform--template-gallery--error-description": function(d) { return "无法加载模板库,请尝试刷新页面。"; },
    "platform--template-gallery--template-preview-error": function(d) { return "无法显示此模板预览,请尝试刷新页面。"; },
    "platform--template-details--link-copied": function(d) { return "模板链接已复制到剪贴板"; },
    "platform--template-details--updated": function(d) { return "更新于 #[date]"; },
    "platform--template-details--browse-all-templates": function(d) { return "浏览所有模板 →"; },
    "platform--template-details--explore-similar": function(d) { return "发现类似模板"; },
    "platform--template-details--explore-by-category": function(d) { return "按类别浏览更多模板"; },
    "platform--template-details--cta": function(d) { return "使用此模板"; },
    "platform--template-details--free-label": function(d) { return "免费"; },
    "platform--template-details--error-title": function(d) { return "无法显示此模板"; },
    "platform--template-details--error-description": function(d) { return "可能已被删除或设置为私有。请从我们的模板库中选择一个新模板。"; },
    "platform--template-details--error-action": function(d) { return "浏览模板库"; },
    "platform--pp--page-title": function(d) { return "演示文稿库 | Pitch"; },
    "platform--pp--explore": function(d) { return "浏览更多演示文稿"; },
    "platform--pp--views": function(d) { return plural(d.views, 0, zh, { "0": "无浏览量", one: "1 次浏览", other: number(d.views, "次浏览") }); },
    "platform--pp--draft-badge": function(d) { return "草稿"; },
    "platform--pp--published-badge": function(d) { return "已发布"; },
    "platform--pp--options-button--edit": function(d) { return "编辑标题和描述"; },
    "platform--pp--options-button--remove": function(d) { return "删除"; },
    "platform--pp--options-button--report": function(d) { return "报告"; },
    "platform--pp--options-dialog--title": function(d) { return "演示文稿选项"; },
    "platform--pp--remove-dialog--message": function(d) { return "从个人资料中删除此演示文稿?"; },
    "platform--pp--remove-dialog--comment": function(d) { return "我们将从我们的网站上删除此演示文稿,并且所有浏览量将丢失。这不会从您的 Pitch 工作区中删除它。"; },
    "platform--pp--remove-dialog--confirm-text": function(d) { return "删除"; },
    "platform--pp--remove-dialog--cancel-text": function(d) { return "取消"; },
    "platform--pp--presentation-removed": function(d) { return "演示文稿已从个人资料中删除。"; },
    "platform--pp--presentation-removal-error": function(d) { return "出现错误,无法删除演示文稿。请稍后再试。"; },
    "platform--creator-profile--get-in-touch": function(d) { return "联系我"; },
    "platform--creator-profile--get-in-touch-subject": function(d) { return "我在 Pitch 上找到了您的个人资料"; },
    "platform--creator-profile--setup-profile": function(d) { return "设置个人资料"; },
    "platform--creator-profile--edit-profile": function(d) { return "编辑个人资料"; },
    "platform--creator-profile--templates": function(d) { return "模板"; },
    "platform--creator-profile--presentations": function(d) { return "演示文稿"; },
    "platform--creator-profile-verified-badge--tooltip": function(d) { return "验证徽章表示此账户是真实的。"; },
    "platform--creator-profile-empty-state--header": function(d) { return "还没有内容"; },
    "platform--creator-profile-empty-state--cta1": function(d) { return "看看其他人发布的内容"; },
    "platform--creator-profile-empty-state--text": function(d) { return "在 Pitch 上或者"; },
    "platform--creator-profile-empty-state--cta2": function(d) { return "分享您自己的演示文稿。"; },
    "platform--username-dialog--title": function(d) { return "欢迎!\n创建您的公开资料。"; },
    "platform--username-dialog--subtitle": function(d) { return "为您的伟大创意提供一个家,让其他人可以找到它们。"; },
    "platform--username-dialog--input--label": function(d) { return "创建用户名"; },
    "platform--username-dialog--input--secondary-label": function(d) { return "不用担心。您可以在设置中稍后更新它。"; },
    "platform--username-dialog--continue": function(d) { return "继续"; },
    "platform--username-dialog--info": function(d) { return "您的公开资料将在此链接中显示:#[profile_link]"; },
    "platform--new-me--error": function(d) { return "创建资料失败。请确保您登录(不可用)的账户具有发布权限。#[editor_link]。"; },
    "platform--new-me--error--link-placeholder": function(d) { return "返回编辑器"; },
    "platform--edit-creator-profile--save": function(d) { return "保存"; },
    "platform--edit-creator-profile--reset": function(d) { return "撤销更改"; },
    "platform--edit-creator-profile--name-description": function(d) { return "姓名"; },
    "platform--edit-creator-profile--name-placeholder": function(d) { return "John Doe"; },
    "platform--edit-creator-profile--username-description": function(d) { return "用户名"; },
    "platform--edit-creator-profile--username-placeholder": function(d) { return "用户名"; },
    "platform--edit-creator-profile--bio-description": function(d) { return "个人简介"; },
    "platform--edit-creator-profile--bio-placeholder": function(d) { return "介绍一下自己"; },
    "platform--edit-creator-profile--location-description": function(d) { return "位置"; },
    "platform--edit-creator-profile--location-placeholder": function(d) { return "你在哪里"; },
    "platform--edit-creator-profile--contact-section--title": function(d) { return "联系方式"; },
    "platform--edit-creator-profile--contact-section--description": function(d) { return "提供的任何联系方式将会公开显示。"; },
    "platform--edit-creator-profile--email-description": function(d) { return "电子邮件"; },
    "platform--edit-creator-profile--email-validation-error": function(d) { return "必须是有效的电子邮件。"; },
    "platform--edit-creator-profile--website-description": function(d) { return "网站 URL"; },
    "platform--edit-creator-profile--website-placeholder": function(d) { return "https://example.com/"; },
    "platform--edit-creator-profile--website-validation-error": function(d) { return "必须是有效的 URL。"; },
    "platform--edit-creator-profile--dribbble-description": function(d) { return "Dribbble 个人资料 URL"; },
    "platform--edit-creator-profile--dribbble-placeholder": function(d) { return "https://dribbble.com/"; },
    "platform--edit-creator-profile--dribbble-validation-error": function(d) { return "必须是有效的 Dribbble URL。"; },
    "platform--edit-creator-profile--twitter-description": function(d) { return "Twitter 个人资料 URL"; },
    "platform--edit-creator-profile--twitter-placeholder": function(d) { return "https://www.twitter.com/"; },
    "platform--edit-creator-profile--twitter-validation-error": function(d) { return "必须是有效的 Twitter URL。"; },
    "platform--edit-creator-profile--instagram-description": function(d) { return "Instagram 个人资料 URL"; },
    "platform--edit-creator-profile--instragram-placeholder": function(d) { return "https://www.instagram.com/"; },
    "platform--edit-creator-profile--instragram-validation-error": function(d) { return "必须是有效的 Instagram URL。"; },
    "platform--edit-creator-profile--linkedin-description": function(d) { return "LinkedIn URL"; },
    "platform--edit-creator-profile--linkedin-placeholder": function(d) { return "https://www.linkedin.com/in/"; },
    "platform--edit-creator-profile--linkedin-validation-error": function(d) { return "必须是有效的 LinkedIn URL。"; },
    "platform--edit-creator-profile--upload-error": function(d) { return "上传该资源时出错。请重试。"; },
    "platform--edit-creator-profile--username-taken": function(d) { return d.username + " 已被使用,请尝试其他的。"; },
    "platform--edit-creator-profile--username-error": function(d) { return "验证用户名时出错。请稍后再试。"; },
    "platform--edit-creator-profile--username-forbidden": function(d) { return "该用户名无法注册(不可用)。"; },
    "platform--edit-creator-profile--username-validation-error": function(d) { return "选择一个长度为 1-25 个字符,没有特殊字符的用户名。"; },
    "platform--upsert-me--error": function(d) { return "由于错误,您的个人资料未能更新。请稍后再试。"; },
    "platform--publish-dialog--modal-title": function(d) { return "发布到个人资料"; },
    "platform--publish-dialog--title-placeholder": function(d) { return "您的演示文稿标题"; },
    "platform--publish-dialog--title-label": function(d) { return "标题"; },
    "platform--publish-dialog--description-placeholder": function(d) { return "您的演示文稿的主题是什么?添加简要说明以吸引受众。"; },
    "platform--publish-dialog--description-label": function(d) { return "说明"; },
    "platform--publish-dialog--guidelines--short": function(d) { return "指南"; },
    "platform--publish-dialog--guidelines--long": function(d) { return "了解有关我们内容指南的更多信息"; },
    "platform--publish-dialog--guidelines--href": function(d) { return "https://help.pitch.com/en/articles/4944638-how-to-submit-a-presentation"; },
    "platform--publish-dialog--save-draft": function(d) { return "保存草稿"; },
    "platform--publish-dialog--save-draft--tooltip": function(d) { return "草稿演示文稿仅供您和有链接的人使用"; },
    "platform--publish-dialog--publish": function(d) { return "发布"; },
    "platform--publish-dialog--save-changes": function(d) { return "保存更改"; },
    "platform--publish-dialog--cancel": function(d) { return "取消"; },
    "platform--publish-dialog--error": function(d) { return "发布此演示文稿时出现问题。"; },
    "platform--publish-dialog--access-error": function(d) { return "它可能是私有的-请向演示文稿的所有者请求发布许可。"; },
    "platform--published-presentation--link-copied": function(d) { return "演示文稿链接已复制到剪贴板"; },
    "platform--presentation-gallery-card-footer": function(d) { return "#[creator_link] · " + plural(d.views, 0, en, { "0": "无浏览量", one: "1 次浏览", other: number(d.views, "次浏览") + " 次浏览" }) + " · " + d.relative_date; },
    "platform--pg--title": function(d) { return "演示文稿库"; },
    "platform--pg--subtitle": function(d) { return "从全球的公司、团队和专业人士精选的卓越演示文稿集,获得灵感。"; },
    "platform--pg--collection-cta": function(d) { return "显示全部"; },
    "platform--pg--collection-all": function(d) { return "所有演示文稿"; },
    "platform--pg--collection-metadata": function(d) { return "由#[creator_link]精选 · 更新于" + d.date + " · " + plural(d.presentations, 0, zh, { "0": "没有演示文稿", one: "1个演示文稿", other: number(d.presentations, "个演示文稿") + "个演示文稿" }); },
    "platform--presentation-gallery--collection--link-copied": function(d) { return "演示文稿集合链接已复制到剪贴板"; },
    "platform--share-button--share": function(d) { return "分享"; },
    "platform--share-button--copy-link": function(d) { return "复制可分享链接"; },
    "platform--share-button--twitter": function(d) { return "Twitter"; },
    "platform--share-button--linkedin": function(d) { return "LinkedIn"; },
    "platform--embed-player--previous-slide": function(d) { return "上一页"; },
    "platform--embed-player--current-slide": function(d) { return "当前页"; },
    "platform--embed-player--next-slide": function(d) { return "下一页"; },
    "platform--embed-player--open-action": function(d) { return "在以下打开"; },
    "platform--embed-player--share--title": function(d) { return "分享此演示文稿"; },
    "platform--embed-player--share--copy-url-title": function(d) { return "复制链接"; },
    "platform--embed-player--share--copy-url-action": function(d) { return "复制链接"; },
    "platform--embed-player--share--embed-title": function(d) { return "嵌入演示文稿"; },
    "platform--embed-player--share--embed-description": function(d) { return "在网站或博客等任何网页上嵌入您的演示文稿"; },
    "platform--embed-player--share--embed-action": function(d) { return "复制嵌入代码"; },
    "platform--cookie-consent--cookie-notice": function(d) { return "我们使用 cookies 分析网站性能并提供个性化内容。点击“同意”即表示您同意存储 cookies。您可以随时撤回您的同意。在我们的#[privacy-policy]中了解更多信息。"; },
    "platform--cookie-consent--privacy-policy": function(d) { return "隐私政策"; },
    "platform--cookie-consent--accept-label": function(d) { return "同意"; },
    "platform--cookie-consent--options-label": function(d) { return "更多选项"; },
    "platform--cookie-consent--modal--heading": function(d) { return "管理 cookie"; },
    "platform--cookie-consent--modal--body": function(d) { return "我们使用 cookie 来记住您的登录(不可用)详细信息,提供安全的登录(不可用)体验,收集统计信息以优化站点功能,并提供定制化的内容和广告。您可以在我们的 #[privacy-policy] 中查看我们使用的 cookie 类型的详细描述。"; },
    "platform--cookie-consent--modal--accept-label": function(d) { return "全部接受"; },
    "platform--cookie-consent--modal--custom-label": function(d) { return "保存设置"; },
    "platform--cookie-consent--category-essential--heading": function(d) { return "必需的 cookie"; },
    "platform--cookie-consent--category-essential--description": function(d) { return "这些 cookie 是 pitch.com 正常运行所必需的。"; },
    "platform--cookie-consent--category-essential--label": function(d) { return "必需的"; },
    "platform--cookie-consent--category-performance--heading": function(d) { return "性能 cookie"; },
    "platform--cookie-consent--category-performance--description": function(d) { return "这些 cookie 帮助监控站点性能、收集使用统计数据,提供增强的站点功能和个性化服务。"; },
    "platform--cookie-consent--category-performance--label": function(d) { return "性能"; },
    "platform--cookie-consent--category-marketing--heading": function(d) { return "营销 cookie"; },
    "platform--cookie-consent--category-marketing--description": function(d) { return "这些 cookie 允许我们衡量我们广告的有效性并根据您的兴趣调整我们的广告。"; },
    "platform--cookie-consent--category-marketing--label": function(d) { return "营销"; },
    "platform--auth-navbar--templates-title": function(d) { return "模板"; },
    "platform--auth-navbar--presentations-title": function(d) { return "演示文稿"; },
    "platform--auth-navbar--cta": function(d) { return "发布演示文稿"; },
    "platform--account-menu--view-profile": function(d) { return "查看个人资料"; },
    "platform--account-menu--edit-profile": function(d) { return "编辑个人资料"; },
    "platform--account-menu--dashboard": function(d) { return "进入控制面板"; },
    "platform--account-menu--logout": function(d) { return "退出登录(不可用)"; },
    "platform--back-navbar--all-templates": function(d) { return "所有模板"; },
    "platform--back-navbar--templates": function(d) { return "模板"; },
    "platform--back-navbar--all-presentations": function(d) { return "所有演示文稿"; },
    "platform--submit-template-banner--heading": function(d) { return "在 Pitch 上发布您最好的演示文稿"; },
    "platform--submit-template-banner--text": function(d) { return "有成功的融资演示文稿吗?想要分享您的创业、增长营销、业务发展、招聘或设计知识吗?申请加入发布测试版并为您的公共个人资料注册(不可用)用户名。"; },
    "platform--submit-template-banner--cta-label": function(d) { return "现在申请"; },
    "platform--footer--logo-label": function(d) { return "Pitch"; },
    "platform--footer--copyright-notice": function(d) { return "© 版权所有 " + d.year + " Pitch Software GmbH。保留所有权利。"; },
    "platform--footer--product-label": function(d) { return "产品"; },
    "platform--footer--product--item-1": function(d) { return "产品演示"; },
    "platform--footer--product--item-3": function(d) { return "定价"; },
    "platform--footer--product--item-4": function(d) { return "Pitch 演示文稿"; },
    "platform--footer--product--item-5": function(d) { return "销售演示文稿"; },
    "platform--footer--product--item-6": function(d) { return "团队会议"; },
    "platform--footer--product--item-7": function(d) { return "董事会演示文稿"; },
    "platform--footer--product--item-8": function(d) { return "演示文稿制作工具"; },
    "platform--footer--product--item-9": function(d) { return "新功能"; },
    "platform--footer--product--item-10": function(d) { return "下载"; },
    "platform--footer--product--item-11": function(d) { return "帮助中心"; },
    "platform--footer--product--item-12": function(d) { return "状态"; },
    "platform--footer--templates": function(d) { return "模板"; },
    "platform--footer--legal-label": function(d) { return "法律声明"; },
    "platform--footer--legal--item-1": function(d) { return "使用条款"; },
    "platform--footer--legal--item-2": function(d) { return "隐私政策"; },
    "platform--footer--legal--item-3": function(d) { return "法律声明"; },
    "platform--footer--legal--item-4": function(d) { return "数据处理协议"; },
    "platform--footer--legal--item-5": function(d) { return "数字千年版权法(DMCA)政策"; },
    "platform--footer--legal--item-6": function(d) { return "欧洲区域发展基金(ERDF)支持"; },
    "platform--footer--legal--item-7": function(d) { return "GDPR"; },
    "platform--footer--legal--item-8": function(d) { return "安全政策"; },
    "platform--footer--legal--item-9": function(d) { return "Cookie 设置"; },
    "platform--footer--company-label": function(d) { return "公司"; },
    "platform--footer--company--item-1": function(d) { return "关于我们"; },
    "platform--footer--company--item-2": function(d) { return "工作机会"; },
    "platform--footer--company--item-3": function(d) { return "新闻室"; },
    "platform--footer--company--item-4": function(d) { return "博客"; },
    "platform--footer--company--item-5": function(d) { return "社区"; },
    "platform--footer--socials--item-1": function(d) { return "在 TikTok 上关注 Pitch"; },
    "platform--footer--socials--item-2": function(d) { return "在Twitter上推广"; },
    "platform--footer--socials--item-3": function(d) { return "在Facebook上推广"; },
    "platform--footer--socials--item-4": function(d) { return "在LinkedIn上推广"; },
    "platform--footer--socials--item-5": function(d) { return "在Instagram上推广"; },
    "platform--footer--socials--item-6": function(d) { return "在YouTube上推广"; },
    "platform--embed-player--error-title": function(d) { return "我们无法显示这个嵌入式演示文稿"; },
    "platform--embed-player--error-description": function(d) { return "它可能已被删除或设置为私有。请尝试向拥有者寻求帮助。"; },
    "platform--page-not-found--error-title": function(d) { return "好尴尬啊"; },
    "platform--page-not-found--error-description": function(d) { return "我们无法加载该页面。请尝试刷新,或浏览我们的模板库。"; },
    "platform--page-not-found--error-button": function(d) { return "浏览演示文稿模板"; },
    "platform--error--boundary-title": function(d) { return "好尴尬啊"; },
    "platform--error--boundary-description": function(d) { return "出了些问题,我们只知道这些。"; },
    "platform--error--boundary-help": function(d) { return "再试一次,如果问题继续,请联系支持人员。"; },
    "platform--error--boundary-action": function(d) { return "刷新"; },
    "platform--auth--mismatched-creator": function(d) { return "您需要权限才能查看此页面。请向工作区所有者寻求帮助。"; },
    "platform--public-player--error-title": function(d) { return "我们无法显示此演示文稿"; },
    "platform--public-player--error-description": function(d) { return "它可能已被删除或设置为私有。请尝试向拥有者寻求帮助。"; },
    "platform--notion-links-player--error-title": function(d) { return "我们无法加载此演示文稿"; },
    "platform--notion-links-player--error-description": function(d) { return "它可能已被删除或设置为私有。请尝试向拥有者寻求帮助。"; },
    "platform--managed-link-player--error-title": function(d) { return "我们无法获取该链接"; },
    "platform--managed-link-player--error-description": function(d) { return "请检查链接并重试。如果您一直看到这个消息,可能是演示文稿所有者删除了该链接。"; },
    "platform--congratulations-modal--title": function(d) { return "恭喜!"; },
    "platform--congratulations-modal--text": function(d) { return "您的第一份演示文稿已经在Pitch.com上发布了-这是一个值得庆祝的里程碑!请随时回来查看是否获得更多的浏览量。想进一步提升?更新您的个人资料或访问并与同事、朋友和家人分享您的页面。"; },
    "platform--congratulations-modal--copy-link": function(d) { return "复制链接"; },
    "platform--congratulations-modal--twitter": function(d) { return "Twitter"; },
    "platform--congratulations-modal--linkedin": function(d) { return "LinkedIn"; },
    "platform--beta-landing-page--title": function(d) { return "在Pitch上发布您的演示文稿"; },
    "platform--beta-landing-page--description": function(d) { return "数百名创始人、投资者、品牌和创意人士已经发布了他们的演示文稿,供Pitch社区欣赏。浏览他们的惊人作品,从销售演示到代理机构投资组合,在#[presentation-gallery-link]中了解。"; },
    "platform--beta-landing-page--description-pres-gallery": function(d) { return "演示文稿画廊"; },
    "platform--beta-landing-page--closed-beta-whats-new": function(d) { return "有什么新功能"; },
    "platform--beta-landing-page--closed-beta": function(d) { return "发布测试版目前已关闭,不再接受新的参与者。请持续关注#[whats-new-link]以获取有关演示文稿发布的进一步更新。"; },
    "platform--beta-landing-page--profile-title": function(d) { return "分享您的精彩作品"; },
    "platform--beta-landing-page--profile-subtitle": function(d) { return "演讲后发布您的幻灯片、突出最近的项目或展示您的思想领导力。"; },
    "platform--beta-landing-page--profile-description": function(d) { return "帮助其他人克服常见的挑战,从创建获胜的演示文稿到组织市场推广活动。只需从编辑器直接发布您的演示文稿,就可以分享您的专业知识。"; },
    "platform--beta-landing-page--profile-cta": function(d) { return "阅读完整指南"; },
    "platform--beta-landing-page--share-title": function(d) { return "建立听众群体"; },
    "platform--beta-landing-page--share-subtitle": function(d) { return "创建一个公共个人资料,供他人浏览您发布的演示文稿。"; },
    "platform--beta-landing-page--share-description": function(d) { return "测量演示文稿的浏览量,以了解哪些演示文稿更受欢迎,并将访问者引导至您的网站和社交渠道,以获得更多的参与。立即为您的个人资料预留一个独特的句柄。"; },
    "platform--beta-landing-page--share-cta": function(d) { return "了解个人资料"; },
    "platform--beta-landing-page--gallery-title": function(d) { return "引领讨论"; },
    "platform--beta-landing-page--gallery-subtitle": function(d) { return "与领先的品牌、机构、投资者和思想家并肩出现。"; },
    "platform--beta-landing-page--gallery-description": function(d) { return "Pitch 团队精选最佳演示文稿,并展示在我们的画廊中,主题涵盖销售资料到产品手册等多个方面。浏览画廊中的启发性演示文稿,然后提交您自己的演示文稿以供考虑。"; },
    "platform--beta-landing-page--gallery-cta": function(d) { return "打开画廊"; },
    "platform--beta-landing-page--upsert-error": function(d) { return "由于错误,您的电子邮件未被提交。请稍后再试。"; },
    "platform--start-creating-banner--heading": function(d) { return "轻松制作类似这样的演示文稿"; },
    "platform--start-creating-banner--text": function(d) { return "Pitch 帮助您构建能够传递信息的演示文稿。完全免费。"; },
    "platform--start-creating-banner--cta-label": function(d) { return "开始创建"; },
    "platform--eql-pledge-banner--heading": function(d) { return "被新投资者发现"; },
    "platform--eql-pledge-banner--text": function(d) { return "加入EQL:Pledge并将您的演示文稿添加到此收藏中。"; },
    "platform--eql-pledge-banner--cta-label": function(d) { return "立即申请"; },
    "platform--search--no-results--title": function(d) { return "没有结果。"; },
    "platform--search--no-results--templates--description": function(d) { return "请尝试下面的热门模板。"; },
    "platform--search--error--title": function(d) { return "发生了错误。"; },
    "platform--search--error--description": function(d) { return "请重试。"; },
    "platform--search--action": function(d) { return "搜索"; },
    "platform--search--popular": function(d) { return "热门搜索"; },
    "platform--search--placeholder--templates": function(d) { return "尝试演讲稿、营销、销售……"; },
    "platform--search--heading--templates": function(d) { return "搜索模板"; },
    "platform--player-access-layer--passcode-modal--sub-headline": function(d) { return "有人与您分享了一份演示文稿"; },
    "platform--player-access-layer--passcode-modal--prompt": function(d) { return "输入密码以继续"; },
    "platform--player-access-layer--passcode-modal--input--placeholder": function(d) { return "密码"; },
    "platform--player-access-layer--passcode-modal--error-msg": function(d) { return "密码不正确。请重试,或联系所有者。"; },
    "platform--player-access-layer--passcode-modal--checkbox-label": function(d) { return "记住密码"; },
    "platform--player-access-layer--passcode-modal--submit-button": function(d) { return "下一步"; },
    "platform--player-consent-layer--consent--sub-headline": function(d) { return "我们可以记录您的访问吗?"; },
    "platform--player-consent-layer--consent--text": function(d) { return "我们将匿名地让演示文稿的创建者知道有人打开了他们的演示文稿并查看了哪些幻灯片。这些信息与您的姓名或电子邮件地址无关,您可以随时选择退出。"; },
    "platform--player-consent-layer--config-button": function(d) { return "更改隐私设置"; },
    "platform--player-consent-layer--consent-button-1": function(d) { return "同意"; },
    "platform--player-consent-layer--consent-button-2": function(d) { return "保存"; },
    "platform--player-consent-layer--privacy-settings--headline": function(d) { return "隐私设置"; },
    "platform--player-consent-layer--privacy-settings--text": function(d) { return "我们会记录你在Pitch演示文稿和我们网站上的匿名数据。你可以在下面选择我们收集多少数据。了解Pitch的数据收集政策,请点击#[privacy-policy-link]。"; },
    "platform--player-consent-layer--privacy-settings-privacy-policy-link": function(d) { return "了解更多"; },
    "platform--player-consent-layer--privacy-settings-always-active-option": function(d) { return "始终激活"; },
    "platform--player-consent-layer--privacy-settings--section-toggle-expand": function(d) { return "展开"; },
    "platform--player-consent-layer--privacy-settings--section-toggle-collapse": function(d) { return "收起"; },
    "platform--player-consent-layer--privacy-settings--sub-headline-1": function(d) { return "为演示文稿创建者提供分析数据"; },
    "platform--player-consent-layer--privacy-settings--description-1": function(d) { return "帮助演示文稿创建者了解你如何查看他们的演示文稿。"; },
    "platform--player-consent-layer--privacy-settings--switch-1-label": function(d) { return "记录访问"; },
    "platform--player-consent-layer--privacy-settings--switch-1-text": function(d) { return "演示文稿的创建者将知道有人查看了它,以及你所在的国家,但不会知道其他信息。"; },
    "platform--player-consent-layer--privacy-settings--switch-2-label": function(d) { return "记录幻灯片的互动情况"; },
    "platform--player-consent-layer--privacy-settings--switch-2-text": function(d) { return "演示文稿的创建者将知道有人查看了它,查看了哪些幻灯片,以及你所在的国家。他们不会看到你的姓名或其他个人信息。"; },
    "integration--contact-support-link": function(d) { return "联系支持团队"; },
    "integration--troubleshooting-tips-link": function(d) { return "故障排除提示"; },
    "integration--error--generic": function(d) { return "发生了错误,我们只知道这些。如果问题持续,请联系支持团队。"; },
    "integration--error--invalid-credentials": function(d) { return "我们无法验证您的身份。检查您输入的信息并重试。"; },
    "integration--error--missing-credential": function(d) { return "请填写所有必填信息以继续。"; },
    "integration--error--not-connected": function(d) { return "我们可能已与ChartMogul断开连接。选择“图表”图标以检查集成,并在需要时使用您的API密钥重新连接。"; },
    "integration--google--error--cannot-fetch-data": function(d) { return "我们无法从Google导入数据。"; },
    "integration--google--error--cannot-fetch-data--with-links": function(d) { return "我们无法从Google导入数据。请查看这些#[troubleshooting_tips]或联系#[contact_support]。"; },
    "integration--google--error--api-not-loaded": function(d) { return "导入时出了点问题。请检查您是否联网,然后重试。"; },
    "integration--google--error--popup-blocked": function(d) { return "启用浏览器弹出窗口,然后重试。"; },
    "integration--google--error--sheet-too-big": function(d) { return "Google表格的大小限制为5MB。请尝试导入较小的文件或查看我们的[troubleshooting_tips]。"; },
    "integration--google--analytics--no-account-connected-to-email": function(d) { return "我们无法找到与此电子邮件地址相关联的Google Analytics帐户。请尝试使用不同的帐户登录(不可用)。"; },
    "integration--google--document-picker--warning": function(d) { return "Google Picker无法正常显示?请查看这些#[troubleshooting_tips]或联系#[contact_support]。"; },
    "integration--google--analytics--dropdown-account": function(d) { return "帐户"; },
    "integration--google--analytics--dropdown-profile": function(d) { return "资料"; },
    "integration--google--analytics--sessions": function(d) { return "会话"; },
    "integration--google--analytics--sessions-by-top-countries": function(d) { return "前几个国家的会话"; },
    "integration--google--analytics--new-users": function(d) { return "新用户"; },
    "integration--google--analytics--new-users-by-top-countries": function(d) { return "前几个国家的新用户"; },
    "integration--google--analytics--pageviews": function(d) { return "每个会话的页面数量"; },
    "integration--google--analytics--platform-distribution": function(d) { return "平台分布"; },
    "integration--google--analytics--top-10-browsers": function(d) { return "前10个浏览器"; },
    "integration--google--analytics--top-10-keywords": function(d) { return "前10个关键字"; },
    "integration--google--analytics--top-10-pages": function(d) { return "前10页"; },
    "integration-google-analytics-7-days-ago": function(d) { return "过去7天"; },
    "integration-google-analytics-14-days-ago": function(d) { return "过去14天"; },
    "integration-google-analytics-30-days-ago": function(d) { return "过去30天"; },
    "integration--google--analytics--error--cannot-fetch-data": function(d) { return "无法从Google Analytics导入数据。如果问题持续,请#[contact_support]。"; },
    "integration--chartmogul--period-last-7-days": function(d) { return "过去7天"; },
    "integration--chartmogul--period-last-30-days": function(d) { return "过去30天"; },
    "integration--chartmogul--period-last-90-days": function(d) { return "过去90天"; },
    "integration--chartmogul--period-last-360-days": function(d) { return "过去360天"; },
    "integration--chartmogul--interval-day": function(d) { return "每天"; },
    "integration--chartmogul--interval-week": function(d) { return "每周"; },
    "integration--chartmogul--interval-month": function(d) { return "每月"; },
    "integration--chartmogul--interval-quarter": function(d) { return "每季度"; },
    "integration--chartmogul--metrics-mrr": function(d) { return "月度循环收入"; },
    "integration--chartmogul--metrics-arr": function(d) { return "年度收入"; },
    "integration--chartmogul--customer-count": function(d) { return "客户数"; },
    "integration--chartmogul--arpa": function(d) { return "每个账户的平均收入"; },
    "integration--chartmogul--customer-churn-rate": function(d) { return "客户流失率"; },
    "integration--chartmogul--mrr-churn-rate": function(d) { return "MRR流失率"; },
    "integration--chartmogul--ltv": function(d) { return "客户生命周期价值(LTV)"; },
    "player--chrome--comment-count": function(d) { return "评论数"; },
    "player--chrome--tooltip-player-prev": function(d) { return "上一个"; },
    "player--chrome--tooltip-player-next": function(d) { return "下一个"; },
    "player--chrome--tooltip-player-play": function(d) { return "播放"; },
    "player--chrome--tooltip-player-pause": function(d) { return "暂停"; },
    "player--chrome--tooltip-player-speed": function(d) { return "速度"; },
    "player--chrome--tooltip-player-reaction": function(d) { return "反应"; },
    "player--chrome--tooltip-player-comments": function(d) { return "评论"; },
    "player--chrome--tooltip-player-hide-controls": function(d) { return "隐藏控件"; },
    "player--chrome--tooltip-player-speaker-view": function(d) { return "演讲者视图"; },
    "player--chrome--tooltip-player-full-screen": function(d) { return "全屏"; },
    "player--chrome--tooltip-player-exit-full-screen": function(d) { return "退出全屏"; },
    "player--chrome--tooltip-player-share": function(d) { return "分享"; },
    "player--top-bar-edit": function(d) { return "编辑"; },
    "player--top-bar-share": function(d) { return "分享"; },
    "player--top-bar-back-to-dashboard": function(d) { return "返回工作区"; },
    "player--toast--speaker-view-button": function(d) { return "演讲者视图"; },
    "player--toast--exit-speaker-view": function(d) { return "按#[esc]键退出演讲者视图。"; },
    "player--toast--exit-full-screen": function(d) { return "按#[esc]键退出全屏。"; },
    "player--toast--hide-controls": function(d) { return "按#[esc]键重新显示控件。"; },
    "player--link-intercept-title": function(d) { return "访问外部网站"; },
    "player--link-intercept-message": function(d) { return "此链接将在新选项卡中打开。确认您要前往此外部网站。"; },
    "player--share--shared-by--title-sub-sentence": function(d) { return "分享者"; },
    "player--share--shared-by--title-sub": function(d) { return "#[sentence] #[name]"; },
    "player--share--copy-link": function(d) { return "复制链接"; },
    "player--share--copy-link-slide": function(d) { return "复制当前幻灯片链接"; },
    "player--multipresenter--avatars--lead-description": function(d) { return "点击成为主持人"; },
    "player--multipresenter--avatars--stop-lead-description": function(d) { return "点击停止主持人角色"; },
    "player--multipresenter--avatars--follow-description": function(d) { return "点击跟随主持人"; },
    "player--multipresenter--avatars--stop-follow-description": function(d) { return "点击停止跟随主持人"; },
    "player--multipresenter--avatars--viewer-list-header": function(d) { return "在本演示文稿中"; },
    "player--multipresenter--avatars--start-leading": function(d) { return "开始主持人角色"; },
    "player--multipresenter--avatars--leading-label": function(d) { return "主持人"; },
    "open-in-desktop-app-modal--header": function(d) { return "你想在Pitch桌面应用程序中打开这个演示文稿吗?"; },
    "open-in-desktop-app-modal--open-button": function(d) { return "在应用程序中打开"; },
    "open-in-desktop-app-modal--always-open": function(d) { return "总是在应用程序中打开"; },
    "downloads--file-added-to-queue": function(d) { return d.filename + "已添加到下载队列。"; },
    "downloads--generating-file": function(d) { return "正在创建 " + d.filename + "……"; },
    "downloads--generating-pptx": function(d) { return "正在创建 " + d.filename + ".pptx"; },
    "downloads--progress-status": function(d) { return "正在导出 " + d.filename + "……"; },
    "downloads--pdf-success": function(d) { return "成功!这是您的PDF文件。"; },
    "downloads--ppt-success": function(d) { return "完成!您的PowerPoint文件已准备就绪。"; },
    "downloads--success": function(d) { return d.filename + "已成功保存。"; },
    "downloads--pdf-failed": function(d) { return "导出PDF文件时出现问题。请重试,并在问题继续时联系支持。"; },
    "downloads--failed": function(d) { return "无法导出\"" + d.filename + "。\"请刷新页面并重试。"; },
    "downloads--cancel-button": function(d) { return "取消"; },
    "downloads--retry-button": function(d) { return "重试"; },
    "downloads--ok-button": function(d) { return "确定"; },
    "sync-failure--generic-title": function(d) { return "同步问题"; },
    "sync-failure--generic-info": function(d) { return "您的更改已保存到您的计算机,但尚未同步到您的工作区。确保您处于在线状态,并且如果问题持续,请#[contact_support]。"; },
    "sync-failure--non-persistent--generic-info": function(d) { return "您的更改未同步到您的工作区。确保您处于在线状态,并且如果问题持续,请#[contact_support](如果可能,请包括错误代码)。"; },
    "sync-failure--error-code": function(d) { return "错误代码:" + d.code; },
    "sync-offline--title": function(d) { return "看起来您处于离线状态"; },
    "sync-offline--label": function(d) { return "我们将尽最大努力保存您的工作并在您再次连接时进行同步。如果您认为有问题,请查看我们的#[status_page]或#[contact_support]。 "; },
    "sync-offline--non-persistent--label": function(d) { return "我们会尽力在您重新连接后同步您的工作。如果您认为出现了问题,请查看我们的#[status_page]或#[contact_support]。"; },
    "sync-offline--status-page": function(d) { return "状态页面"; },
    "sync-interrupted--contact-support": function(d) { return "联系支持人员"; },
    "sync-ok--title": function(d) { return "一切都已同步并且是最新的。"; },
    "drop-down--upload-font": function(d) { return "上传字体"; },
    "button--dismiss": function(d) { return "忽略"; },
    "button--yes": function(d) { return "是"; },
    "button--cancel": function(d) { return "取消"; },
    "auto-updater--restart-now": function(d) { return "立即重启"; },
    "auto-updater--install-on-next-launch": function(d) { return "下次启动时安装"; },
    "auto-updater--checking-for-updates": function(d) { return "正在检查更新..."; },
    "auto-updater--downloading": function(d) { return "正在下载最新更新 " + d.progress + "%..."; },
    "auto-updater--downloading-title": function(d) { return "正在下载最新更新..."; },
    "auto-updater--preparing": function(d) { return "正在准备安装更新..."; },
    "auto-updater--preparing-title": function(d) { return "正在准备更新..."; },
    "auto-updater--new-version-available": function(d) { return "Pitch 有新版本可用 🎉"; },
    "auto-updater--new-version-available-title": function(d) { return "Pitch 有新版本可用"; },
    "auto-updater--new-version-available-description": function(d) { return "我们对应用程序进行了一些改进和修复。请重新启动以安装此更新。"; },
    "auto-updater--running-latest": function(d) { return "您正在运行 Pitch 的最新版本 " + d.version + "。"; },
    "auto-updater--running-latest-title": function(d) { return "Pitch 已是最新版本"; },
    "auto-updater--running-latest-description": function(d) { return "您正在运行最新版本的Pitch。稍后再来查看是否有更新。"; },
    "mobile--auto-updater--ok": function(d) { return "立即更新"; },
    "mobile--auto-updater--later": function(d) { return "稍后提醒我"; },
    "list--search-placeholder": function(d) { return "搜索..."; },
    "list--empty-placeholder": function(d) { return "没有找到结果。请重试。"; },
    "dialog--error-title": function(d) { return "错误"; },
    "window-title--default": function(d) { return "Pitch"; },
    "modal--close-modal-icon-hint": function(d) { return "关闭"; },
    "common--font-upload--or-drag-and-drop": function(d) { return "或拖放.ttf或.otf文件"; },
    "common--font-upload--add-fonts-button": function(d) { return "选择更多字体"; },
    "common--font-upload--font-upload-dialog-info--first-part": function(d) { return "在开始之前,我们建议您查看这个#[howto-fonts-support-link]。"; },
    "common--font-upload--font-upload-dialog-info--second-part": function(d) { return "以下是一些快速提示:"; },
    "common--font-upload--howto-fonts": function(d) { return "上传自定义字体的简短指南"; },
    "common--font-upload--support-url": function(d) { return "https://help.pitch.com/zh-CN/articles/4057308-%E4%B8%8A%E4%BC%A0%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AD%97%E4%BD%93"; },
    "common--font-upload--font-upload-dialog-info--bullet-one--library": function(d) { return "一次性上传一个字体系列的所有变体 - 我们目前不支持更改已上传的字体文件。"; },
    "common--font-upload--font-upload-dialog-info--bullet-two": function(d) { return "将扩展或压缩字体样式作为单独的字体系列上传。"; },
    "common--font-upload--cancel-upload": function(d) { return "取消"; },
    "common--font-upload--choose-font-button": function(d) { return "选择字体"; },
    "common--library-font-upload--confirm-upload-button": function(d) { return "上传到库"; },
    "common--font-upload--drop-screen-info": function(d) { return "将您的字体文件拖放到此处"; },
    "common--font-upload--upload-screen-info": function(d) { return plural(d.multiple, 0, en, { one: "正在上传字体", other: "正在上传字体" }); },
    "common--upload--and": function(d) { return "和"; },
    "common--upload--more": function(d) { return "更多"; },
    "common--upload--cancel": function(d) { return "取消"; },
    "common--font-upload--title-text": function(d) { return plural(d.count, 0, en, { "0": "上传自定义字体", one: "正在将1个字体添加到库中", other: "正在将" + number(d.count, "count") + "个字体添加到库中" }); },
    "common--font-upload--upload-toast": function(d) { return plural(d.multiple, 0, en, { one: "正在上传" + d.file_name, other: "正在上传字体文件" }); },
    "common--font-manager--font-family-name": function(d) { return "请输入字体族名称"; },
    "common--font-manager--font-family-name--label": function(d) { return "字体族名称"; },
    "common--font-manager--font-preview": function(d) { return "字体预览"; },
    "common--font-manager--example-text": function(d) { return "快速的棕色狐狸跳过了懒狗。"; },
    "common--font-manager--style-count": function(d) { return plural(d.count, 0, en, { one: "1种字体样式", other: number(d.count, "count") + "种字体样式" }); },
    "common--font-manager--font-style": function(d) { return "字体样式"; },
    "common--font-manager--editor-label-column": function(d) { return "字体样式名称"; },
    "common--font-manager--style-edit-helper-text": function(d) { return "我们是否正确导入字体名称和属性?请确保每个字体文件都有唯一的名称和正确的字重和字形。"; },
    "common--font-manager--italic": function(d) { return "斜体"; },
    "common--font-manager--font-weight": function(d) { return "字重"; },
    "common--font-manager--choose-weight": function(d) { return "选择字重"; },
    "common--font-manager--choose-label": function(d) { return "选择标签"; },
    "common--font-manager--feedback": function(d) { return "请检查上面的文件是否有错误。#[fonts-support-link] #[fonts-support-link-sentence]"; },
    "common--font-manager--feedback--text2": function(d) { return "关于上传字体。"; },
    "common--font-manager--feedback--how-to": function(d) { return "了解更多"; },
    "common--font-manager--feedback--support-url": function(d) { return "https://help.pitch.com/zh/articles/4298124-%E6%88%91%E4%BD%BF%E7%94%A8%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AD%97%E4%BD%93%E6%97%B6%E5%87%BA%E7%8E%B0%E9%97%AE%E9%A2%98"; },
    "common--font-manager--tooltip-heading--duplicate-font-family": function(d) { return "此工作区已存在名为\"" + d.family_name + "\"的字体族"; },
    "common--font-manager--tooltip-body--duplicate-font-family": function(d) { return "尝试在另一个选项卡中打开此演示文稿,并在编辑器中查找此字体。如果您仍然要上传这些文件,请重新命名字体。"; },
    "common--font-manager--tooltip-heading--duplicate-style": function(d) { return "突出显示的字体文件具有相同的重量和样式。确保每个文件都具有正确的属性。"; },
    "common--font-manager--tooltip-heading--duplicate-label": function(d) { return "突出显示的字体文件具有相同的名称。选择一个唯一的名称。"; },
    "common--font-manager--tooltip-heading--duplicate-style-and-label": function(d) { return "突出显示的字体文件具有相同的名称和重量/样式。确保名称唯一且重量/样式正确。"; },
    "dashboard--folder-deletion-dialog--message": function(d) { return "删除文件夹?"; },
    "dashboard--folder-deletion-dialog--comment": function(d) { return "此文件夹中的所有演示文稿和子文件夹都将被删除。此操作无法撤消。"; },
    "dashboard--folder-deletion-dialog--confirm-text": function(d) { return "删除"; },
    "re-consent--form--title": function(d) { return "我们已更新使用条款"; },
    "re-consent--form--checkbox--accept-new-terms": function(d) { return "我接受新的使用条款。"; },
    "re-consent--form--button--continue": function(d) { return "继续"; },
    "re-consent--form--copy--link--terms-of-use": function(d) { return "使用条款"; },
    "re-consent--form--copy": function(d) { return "我们已更新我们的#[link]。在创建另一份杰作演示文稿之前,请花点时间查看它们。"; },
    "marketing-subscribe--heading--new-users": function(d) { return "就快了!再等一秒,您将开始创建您的第一份演示文稿。"; },
    "marketing-subscribe--heading": function(d) { return "想了解更多?"; },
    "marketing-subscribe--heading--mobile": function(d) { return "就是这样!很快,您就可以开始使用 Pitch。"; },
    "marketing-subscribe--opt-in-question--new-users": function(d) { return "在您离开之前,您想收到我们最新的产品更新、提示和资源的电子邮件吗?"; },
    "marketing-subscribe--opt-in-question": function(d) { return "订阅我们的电子邮件,获取产品更新、有用的提示和反馈。我们只会发送最相关的内容给您。"; },
    "marketing-subscribe--opt-in-yes": function(d) { return "好的"; },
    "marketing-subscribe--opt-in-no": function(d) { return "不用了,谢谢"; },
    "marketing-subscribe--view-workspace-button--new-users": function(d) { return "开始使用 Pitch"; },
    "marketing-subscribe--view-workspace-button": function(d) { return "继续使用 Pitch"; },
    "marketing-subscribe--generic-error": function(d) { return "出了点问题,我们也不知道是什么。请重试,并在问题持续时联系支持。"; },
    "marketing-subscribe--unsubscribe-info--new-users": function(d) { return "*我们不会发送垃圾邮件,只发送有用的资源和内容。如果您改变主意,可以随时取消订阅。在我们的#[link]中了解更多。"; },
    "marketing-subscribe--unsubscribe-info": function(d) { return "*我们承诺不会发送垃圾邮件,只发送有用的资源和内容。如果您改变主意,可以随时取消订阅。在我们的#[link]中了解更多。"; },
    "marketing-subscribe--link--privacy-policy": function(d) { return "隐私政策"; },
    "common--alert--retriable-error--retry": function(d) { return "重试"; },
    "common--alert--public-link--link-copied--title": function(d) { return "链接已复制"; },
    "common--alert--public-link--link-copied--description": function(d) { return "任何拥有该链接的人都可以访问这个演示文稿。"; },
    "common--alert--public-link--link-enabled--title": function(d) { return "链接已启用"; },
    "common--alert--public-link--link-enabled--description": function(d) { return "任何拥有该链接的人都可以访问这个演示文稿。"; },
    "common--alert--public-link--link-disabled--title": function(d) { return "链接已禁用"; },
    "common--alert--public-link--link-disabled--description": function(d) { return "访客将不能再使用该链接来访问这个演示文稿。"; },
    "common--alert--personal-with-invites--link-copied--title": function(d) { return "链接已复制"; },
    "common--alert--personal-with-invites--link-copied--description": function(d) { return "只有您和邀请的协作者才能访问这个演示文稿。"; },
    "common--alert--with-invites--link-copied--title": function(d) { return "链接已复制"; },
    "common--alert--with-invites--link-copied--description": function(d) { return "工作区成员和邀请的协作者可以访问这个演示文稿。"; },
    "common--alert--cant-create-from-unpublished-tmpl--info": function(d) { return "此模板尚未发布,因此您不能使用它创建演示文稿。请先发布模板。"; },
    "common--alert--cant-create-from-unpublished-tmpl--nevermind": function(d) { return "知道了"; },
    "common--alert--cant-create-from-unpublished-tmpl--publish": function(d) { return "发布"; },
    "common--alert--publish-document-failure--description": function(d) { return "发布此演示文稿时出了一些问题。"; },
    "common--alert--publish-document-failure--try-again": function(d) { return "重试"; },
    "common--alert--unpublish-document-failure--description": function(d) { return "取消发布此演示文稿时出了一些问题。"; },
    "common--alert--unpublish-document-failure--try-again": function(d) { return "重试"; },
    "common--alert--shared-document-duplicated--show-in-folder": function(d) { return "在文件夹中显示"; },
    "common--alert--private-document-moved--show-in-folder": function(d) { return "在文件夹中显示"; },
    "common--alert--document-moved--show-in-folder": function(d) { return "在文件夹中显示"; },
    "common--alert--share-link-left--info": function(d) { return "您已离开#[title],它已不在您的仪表板中。"; },
    "common--alert--share-link-removed--info": function(d) { return "您已将#[email]的访问权限从此演示文稿中删除"; },
    "common--alert--template-published--info": function(d) { return "您对模板#[template_name]的更改已发布"; },
    "common--alert--share-dialog-member-invite--one": function(d) { return "您已邀请#[email]加入此工作区。"; },
    "common--alert--share-dialog-member-invite--two": function(d) { return "您已邀请#[email]和另外一个人加入此工作区。"; },
    "common--alert--share-dialog-member-invite--more": function(d) { return "您已邀请#[email]和#[count]其他人加入此工作区。"; },
    "common--alert--share-dialog-member-invite--button-label": function(d) { return "管理成员"; },
    "common--alert--jump-slide": function(d) { return "跳转到第#[slide]页"; },
    "common--alert--jump-slide--slide-name": function(d) { return "第" + d.slide_idx + "页"; },
    "common--alert--autosave--var1": function(d) { return "Pitch会自动为您保存工作。咳,自动保存。🔮"; },
    "common--alert--autosave--var2": function(d) { return "我们正在自动保存您的工作。但如果您喜欢,仍然可以不断地点击保存按钮。"; },
    "common--alert--autosave--var3": function(d) { return "不用担心保存这些事情。我们替您搞定了。💪"; },
    "common--alert--autosave--var4": function(d) { return "💾 不需要点击保存。您的更改已自动保存。"; },
    "common--alert--autosave--var5": function(d) { return "您的工作已经自动保存。全年无休。📆"; },
    "common--alert--autosave--var6": function(d) { return "👋 我们仍然在这里。仍在为您自动保存您的工作。"; },
    "common--alert--autosave--dismiss-button": function(d) { return "好的"; },
    "common--alert--template-saving": function(d) { return "您正在尝试更新模板吗?请先发布更改,以便其他人可以看到它们。"; },
    "common--alert--template-saving--dismiss-button": function(d) { return "好的"; },
    "common--alert--workspace-removed": function(d) { return "工作区 \"" + d.workspace_name + "\" 已删除"; },
    "common--alert--workspace-member-left-workspace": function(d) { return "你已退出 \"" + d.workspace_name + "\""; },
    "common--alert--workspace-member-removed": function(d) { return "你已不再是 \"" + d.workspace_name + "\" 的成员"; },
    "common--alert--font-uploaded--info": function(d) { return "已将 1 种字体添加到库中"; },
    "common--alert--fonts-uploaded--info": function(d) { return "已将 " + d.count + " 种字体添加到库中"; },
    "common--alert--managed-links--copied--title": function(d) { return "链接已复制"; },
    "common--alert--managed-links--copied--description": function(d) { return "任何有此链接的人都可以访问此演示文稿。"; },
    "common--alert--managed-links--copied-with-access-code--description": function(d) { return "任何有此链接和通行证的人都可以打开此演示文稿。"; },
    "common--alert--managed-links--access-code-copied--title": function(d) { return "通行证已复制"; },
    "common--alert--managed-links--created--title": function(d) { return "链接已创建"; },
    "common--alert--managed-links--created--description": function(d) { return "使用此链接共享您的演示文稿。"; },
    "common--alert--managed-links--create--error": function(d) { return "创建自定义链接失败。请重试。"; },
    "common--alert--managed-links--edited--title": function(d) { return "更改已保存"; },
    "common--alert--managed-links--edit-failure--title": function(d) { return "无法更新此链接。请重试。"; },
    "common--alert--managed-links--disabled--title": function(d) { return "链接已禁用"; },
    "common--alert--managed-links--disabled-failure--title": function(d) { return "禁用链接失败"; },
    "common--alert--managed-links--disabled-failure--description": function(d) { return "请重试。"; },
    "common--alert--managed-links--disabled--description": function(d) { return "使用此链接将您的演示文稿与任何人共享。"; },
    "common--alert--managed-links--enabled--title": function(d) { return "链接已启用"; },
    "common--alert--managed-links--enabled--description": function(d) { return "此链接将再次适用于拥有它的人。"; },
    "common--alert--managed-links--enabled-failure--title": function(d) { return "启用链接失败"; },
    "common--alert--managed-links--enabled-failure--description": function(d) { return "请重试。"; },
    "common--alert--managed-links--enabled-with-access-code--description": function(d) { return "任何有此链接和通行证的人都可以打开此演示文稿。"; },
    "common--alert--managed-links--revoked--title": function(d) { return "链接已删除"; },
    "common--alert--managed-links--revoked--description": function(d) { return "访客不能再使用此链接访问此演示文稿。"; },
    "common--alert--managed-links--revoke--failed--title": function(d) { return "删除链接失败"; },
    "common--alert--managed-links--revoke-failed--description": function(d) { return "请重试。"; },
    "alert--link-copied--title": function(d) { return "链接已复制"; },
    "alert--personal-link-copied--description": function(d) { return "只有您可以访问此" + select(d.document_type, { presentation: "演示文稿", template: "模板", folder: "文件夹", other: d.document_type }) + "。"; },
    "alert--workspace-link-copied--description": function(d) { return "工作区成员可以访问此" + select(d.document_type, { presentation: "演示文稿", template: "模板", folder: "文件夹", other: d.document_type }) + "。"; },
    "alert--shared-link-copied--description": function(d) { return "任何被邀请者都可以访问此" + select(d.document_type, { folder: "文件夹", other: d.document_type }) + "。"; },
    "alert--embed-code-copied--title": function(d) { return "嵌入代码已复制到剪贴板"; },
    "alert--embed-code-copied--description": function(d) { return "现在您可以在网站、博客等任何地方嵌入此演示文稿。"; },
    "alert--version-history--slide-restored--title": function(d) { return "幻灯片已成功恢复。"; },
    "alert--version-history--slide-pasted--title": function(d) { return "此幻灯片版本已粘贴到您的演示文稿中。"; },
    "alert--smart-panning--applied": function(d) { return "Pitch自动裁剪了您的图像。双击并拖动以更改焦点。"; },
    "alert--smart-panning--link-description": function(d) { return "了解更多"; },
    "alert--slides-selected": function(d) { return "已选择" + d.slide_count + "个幻灯片"; },
    "common-inline-editor--panel-item--border-color-label": function(d) { return "边框"; },
    "common-inline-editor--panel-item--line-color-label": function(d) { return "线条"; },
    "common-inline-editor--panel-item--fill-color-label": function(d) { return "填充"; },
    "common-inline-editor--panel-item--shadow-label": function(d) { return "阴影"; },
    "common-inline-editor--panel-item--replace-label": function(d) { return "替换"; },
    "common-inline-editor--panel-item--crop-label": function(d) { return "裁剪"; },
    "common-inline-editor--panel-item--slide-color-label": function(d) { return "幻灯片颜色"; },
    "common-inline-editor--panel-item--background-image-label": function(d) { return "背景图片"; },
    "common-inline-editor--panel-item--tidy": function(d) { return "整理"; },
    "common-inline-editor--panel-item--tidy-hint": function(d) { return "对齐和分布"; },
    "common-inline-editor--panel-item--already-tidied": function(d) { return "已整理"; },
    "common-inline-editor--panel-item--locked": function(d) { return "锁定"; },
    "common-inline-editor--panel-item--lock-locked": function(d) { return "解锁以移动或调整大小"; },
    "common-inline-editor--panel-item--lock-mixed": function(d) { return "解锁位置(混合)"; },
    "common-inline-editor--panel-item--lock-unlocked": function(d) { return "锁定位置"; },
    "common-inline-editor--panel-item--reset-cell-style": function(d) { return "重置"; },
    "common-inline-editor--video-options-panel--mute": function(d) { return "静音"; },
    "common-inline-editor--video-options-panel--autoplay": function(d) { return "自动播放"; },
    "common-inline-editor--video-options-panel--loop": function(d) { return "循环"; },
    "common-inline-editor--video-options-panel--label": function(d) { return "播放"; },
    "common-inline-editor--exit-crop": function(d) { return "完成"; },
    "common-inspector-editor--close-panel-tooltip": function(d) { return "切换面板"; },
    "common-inspector-editor--reset-to-original-proportions": function(d) { return "重置比例"; },
    "common-inspector-editor--replace-media": function(d) { return "替换媒体"; },
    "common-inspector-editor--crop": function(d) { return "裁剪图片"; },
    "common-inspector-editor--exit-crop": function(d) { return "完成裁剪"; },
    "common-inspector-editor--replace-sticker": function(d) { return "更换贴纸"; },
    "common--alert--left-shared-folder": function(d) { return "您已成功离开“" + d.folder_name + "”"; },
    "common--alert--left-shared-folder-failure": function(d) { return "出了些问题 - 您仍在“" + d.folder_name + "”中"; },
    "common--alert--left-shared-folder-failure-retry-button": function(d) { return "重试"; },
    "common--alert--shared-folder--member-invited": function(d) { return "您已与" + d.sharee_name + "共享“" + d.folder_name + "”"; },
    "common--alert--shared-folder--member-removed": function(d) { return "您已从“" + d.folder_name + "”中删除" + d.sharee_name; },
    "common--alert--subscribed-to-document": function(d) { return "您将获得有关此演示文稿中所有活动的应用程序通知。"; },
    "common--alert--unsubscribed-from-document": function(d) { return "您只会收到与您直接相关的活动通知。"; },
    "common--importer--time-notice": function(d) { return "对于较大的文件,这可能需要几分钟时间。"; },
    "importer-ppt-modal--error--body": function(d) { return "我们上传此文件时出了些问题。请再试一次,如果问题仍然存在,请联系支持。"; },
    "importer-ppt-modal--error--body-link-text": function(d) { return "联系支持"; },
    "importer-ppt-modal--unsupported-file-type--body": function(d) { return "我们只能导入 .pptx 文件。如果您没有使用 PowerPoint,请查看您的工具是否支持 .pptx 格式。"; },
    "importer-ppt-modal--close-button": function(d) { return "关闭"; },
    "importer-ppt-modal--try-again-button": function(d) { return "重试"; },
    "importer-ppt-modal--initial--title": function(d) { return "导入 PowerPoint 文件"; },
    "common--importer--processing-description": function(d) { return "正在上传文件"; },
    "importer-ppt-modal--success-supported--body": function(d) { return "成功!"; },
    "importer-ppt-modal--success--body": function(d) { return "您导入的演示文稿现在在您的#[folder-name]文件夹中。"; },
    "importer-ppt-modal--success-unsupported--body": function(d) { return "您的演示文稿中的某些元素尚未受到支持。"; },
    "importer-ppt-modal--open-button": function(d) { return "打开演示文稿"; },
    "importer-ppt-modal--learn-more": function(d) { return "了解更多"; },
    "importer-ppt-modal--initial--body": function(d) { return "在此处导入 .pptx 文件。未使用 PowerPoint?类似 Google 幻灯片和 Keynote 的工具可以导出此格式。#[了解更多]"; },
    "importer-ppt-modal--drag-and-drop": function(d) { return "将文件拖放至此处"; },
    "importer-ppt-modal--upload-button": function(d) { return "上传文件"; },
    "import-ppt-modal--help-article-url": function(d) { return "https://help.pitch.com/zh/articles/4615453-import-a-presentation"; },
    "importer--toast--title": function(d) { return "您导入的演示文稿现在在您的#[文件夹名称]文件夹中。"; },
    "importer--toast--button": function(d) { return "打开演示文稿"; },
    "exporter--ppt-failed--title": function(d) { return "导出失败"; },
    "exporter--ppt-failed--body": function(d) { return "我们在导出此文件时遇到问题。如果问题持续存在,#[联系支持]。"; },
    "exporter--ppt-failed--contact": function(d) { return "联系支持"; },
    "exporter--ppt-already-processing--title": function(d) { return "正在进行导出"; },
    "exporter--ppt-already-processing--description": function(d) { return "我们会完成这个,然后您可以再次导出此演示文稿。"; },
    "common--accordion--open": function(d) { return "展开"; },
    "common--accordion--close": function(d) { return "折叠"; },
    "common--confirmation--cancel": function(d) { return "取消"; },
    "common--confirmation--confirm": function(d) { return "确认"; },
    "common--badge--beta": function(d) { return "Beta 版"; },
    "common--shortcut--space": function(d) { return "空格键"; },
    "common--shortcut--backspace": function(d) { return "退格键"; },
    "common--shortcut--enter": function(d) { return "回车"; },
    "common--shortcut--escape": function(d) { return "Esc"; },
    "mini-outline--outline-list--title": function(d) { return "小纲要"; },
    "mini-outline--empty-state--headline": function(d) { return "记录您的想法的简单方法"; },
    "mini-outline--empty-state--body": function(d) { return "当您准备好时,将它们转换为基本幻灯片并开始设计。"; },
    "mini-outline--outline-more-options--tooltip": function(d) { return "更多选项"; },
    "mini-outline--outline-duplicate--button": function(d) { return "复制"; },
    "mini-outline--outline-delete--button": function(d) { return "删除"; },
    "mini-outline--new-outline--button": function(d) { return "新纲要"; },
    "mini-outline--editor-title--placeholder": function(d) { return "未命名"; },
    "mini-outline--hint-text": function(d) { return "您可以使用#[tab]和#[shift-tab]在标题和文本之间切换。"; },
    "mini-outline--hint-text2": function(d) { return "每个标题都将生成一个新幻灯片。"; },
    "mini-outline--footer-indent--tooltip": function(d) { return "幻灯片文本"; },
    "mini-outline--footer-unindent--tooltip": function(d) { return "幻灯片标题"; },
    "mini-outline--editor-create-presentation--button": function(d) { return "预览"; },
    "mini-outline--preview-title": function(d) { return "创建新演示文稿"; },
    "mini-outline--preview-details--notice": function(d) { return "您的演示文稿将添加到#[folder]中"; },
    "mini-outline--preview-style-picker--title": function(d) { return "样式"; },
    "mini-outline--preview-create-presentation--button": function(d) { return "创建演示文稿"; },
    "live-collab--session-started-popover--description": function(d) { return "#[count] " + plural(d.count, 0, en, { one: "名团队成员正在", other: "名团队成员正在" }) + "进行实时会话。"; },
    "live-collab--session-started-popover--join-button": function(d) { return "加入"; },
    "live-collab--device-picker-go-live": function(d) { return "开始直播"; },
    "live-collab--session-popover--conversation-section-title": function(d) { return "正在直播"; },
    "live-collab--session-popover--user-tooltip": function(d) { return "跳转到幻灯片 #[slide-number]"; },
    "live-collab--session-popover--local-member-name": function(d) { return "你"; },
    "live-collab--session-popover--leave-button": function(d) { return "离开"; },
    "live-collab--session-popover--copy-link": function(d) { return "复制链接"; },
    "live-collab--session-popover--screen-sharing": function(d) { return "开始屏幕共享"; },
    "live-collab--new-participant": function(d) { return "加入了会话。"; },
    "live-collab--leave-session": function(d) { return "你已经离开了会话。"; },
    "live-collab--network-failure": function(d) { return "会话已断开连接。请检查您的互联网连接并尝试重新加入。"; },
    "live-collab--visible-live-cursors": function(d) { return "实时光标现在可见"; },
    "live-collab--hidden-live-cursors": function(d) { return "实时光标现在隐藏"; },
    "live-collab--leave-session-for-presenter-title": function(d) { return "打开演示文稿模式"; },
    "live-collab--leave-session-for-presenter-button": function(d) { return "离开并打开演示文稿模式"; },
    "live-collab--leave-session-title": function(d) { return "离开直播会话?"; },
    "live-collab--leave-session-button": function(d) { return "离开"; },
    "live-collab--leave-session-text": function(d) { return "您即将退出演示文稿编辑器。这将使您离开直播会话。"; },
    "live-collab--tooltip-video-on": function(d) { return "隐藏视频"; },
    "live-collab--tooltip-video-off": function(d) { return "显示视频"; },
    "live-collab--tooltip-audio-on": function(d) { return "静音"; },
    "live-collab--tooltip-audio-off": function(d) { return "取消静音"; },
    "live-collab--tooltip-start-live-session-title": function(d) { return "开始直播"; },
    "live-collab--tooltip-start-live-session-alone-content": function(d) { return "任何进入此演示文稿的人都可以加入直播会话。"; },
    "live-collab--tooltip-start-live-session-other-people-content": function(d) { return "开始实时协作的直播会话。"; },
    "live-collab--tooltip-start-live-session-started-content": function(d) { return "加入实时协作的直播会话。"; },
    "live-collab--tooltip-live-session-loading": function(d) { return "直播会话正在加载中..."; },
    "live-collab--alert-copied-link": function(d) { return "邀请链接已复制到您的剪贴板。"; },
    "live-collab--tooltip-unauthorized": function(d) { return "此直播会话当前不可用。"; },
    "live-collab--tooltip-unsupported": function(d) { return "此浏览器不支持直播会话。请使用桌面应用程序或尝试其他浏览器。"; },
    "live-collab--tooltip-unavailable-title": function(d) { return "看起来这个直播会话已满员"; },
    "live-collab--tooltip-unavailable": function(d) { return "我们一次只能承载那么多人。尝试重新打开演示文稿,看是否有空位。"; },
    "live-collab--tooltip-error": function(d) { return "直播会话出现问题。请稍后再试。"; },
    "spreadsheet-importer-modal--header--title-import": function(d) { return "从\"" + d.source_label + "\"导入"; },
    "spreadsheet-importer-modal--header--title-clipboard": function(d) { return "从剪贴板导入"; },
    "spreadsheet-importer-modal--header--title-google-sheet": function(d) { return "从 Google 表格\"" + d.source_label + "\"导入"; },
    "spreadsheet-importer-modal--footer--update-chart-button": function(d) { return "更新图表"; },
    "spreadsheet-importer-modal--footer--create-chart-button": function(d) { return "创建图表"; },
    "spreadsheet-importer-modal--footer--update-table-button": function(d) { return "更新表格"; },
    "spreadsheet-importer-modal--footer--create-table-button": function(d) { return "创建表格"; },
    "spreadsheet-importer-modal--setup--title": function(d) { return "设置"; },
    "spreadsheet-importer-modal--setup--first-column-label": function(d) { return "使用第一列作为类别标签"; },
    "spreadsheet-importer-modal--setup--first-row-headers": function(d) { return "使用第一行作为图表图例"; },
    "spreadsheet-importer-modal--setup--data-range-label": function(d) { return "数据范围"; },
    "spreadsheet-importer-modal--setup--separator-section-label": function(d) { return "分隔符类型"; },
    "spreadsheet-importer-modal--setup--data-size-warning": function(d) { return "所选数据范围太大无法预览。尝试选择较小的范围。"; },
    "spreadsheet-importer-modal--data-size-tooltip-warning": function(d) { return "所选数据范围太大。尝试选择较小的范围。"; },
    "spreadsheet-importer-modal--setup--separator-section-tooltip": function(d) { return "CSV文件可以使用不同的符号来分隔列。#[br]如果您的CSV未被正确导入,请尝试更改此设置。"; },
    "magic-bell--header": function(d) { return "通知"; },
    "magic-bell--inbox-header": function(d) { return "收件箱"; },
    "magic-bell--subscribed-header": function(d) { return "已订阅"; },
    "magic-bell--tooltip": function(d) { return "通知"; },
    "magic-bell--header-mark-as-read": function(d) { return "全部标记为已读"; },
    "magic-bell--header-settings": function(d) { return "设置"; },
    "magic-bell--mark-as-unread": function(d) { return "标记为未读"; },
    "magic-bell--settings": function(d) { return "设置"; },
    "magic-bell--mark-as-read": function(d) { return "标记为已读"; },
    "magic-bell--dismiss": function(d) { return "关闭通知"; },
    "magic-bell--empty-state-title": function(d) { return "你已经全部更新了"; },
    "magic-bell--empty-state-text": function(d) { return "当你的工作区有活动时,新的通知将会出现在这里。"; },
    "magic-bell--empty-state--user-tab-title": function(d) { return "没有订阅更新"; },
    "magic-bell--slack-nudge--title": function(d) { return "通过 Pitch 应用程序在 Slack 中了解何时需要您"; },
    "magic-bell--slack-nudge--link": function(d) { return "将 Pitch 添加到 Slack"; },
    "magic-bell--empty-state--user-tab-text": function(d) { return "在演示文稿菜单中订阅通知,获取所有标记为完成的新评论和幻灯片的更新。"; },
    "magic-bell--empty-state--subscriptions-help-link-url": function(d) { return "https://help.pitch.com/en/articles/5108435-view-and-subscribe-to-in-app-notifications"; },
    "magic-bell--empty-state--subscriptions-help-link-text": function(d) { return "了解更多关于订阅的信息"; },
    "magic-bell--accept-invite": function(d) { return "接受邀请"; },
    "magic-bell--document-deleted": function(d) { return "恢复演示文稿"; },
    "magic-bell--subscribed-presentation-tooltip": function(d) { return "您已订阅此演示文稿的所有活动更新。"; },
    "magic-bell--subscribed-presentation-create-trigger-tooltip": function(d) { return "您已订阅此演示文稿的更新,因为您创建了它。"; },
    "magic-bell--subscribed-presentation-comment-trigger-tooltip": function(d) { return "您已订阅此演示文稿的更新,因为您在此演示文稿中发表了评论。"; },
    "magic-bell--subscribed-presentation-edit-trigger-tooltip": function(d) { return "您已订阅此演示文稿的更新,因为您编辑了它。"; },
    "magic-bell--subscribed-presentation-assignment-trigger-tooltip": function(d) { return "您已订阅此演示文稿的更新,因为您被指派在此演示文稿中的幻灯片。"; },
    "magic-bell--subscribed-presentation-manual-trigger-tooltip": function(d) { return "您已订阅此演示文稿的更新。"; },
    "magic-bell--notification-menu--unsubscribe": function(d) { return "取消订阅演示文稿"; },
    "slide-picker--heading--templates": function(d) { return "所有模板"; },
    "slide-picker--tab--templates": function(d) { return "模板"; },
    "slide-picker--tab--layouts": function(d) { return "布局"; },
    "slide-picker--breadcrumb-hint": function(d) { return "返回模板"; },
    "slide-picker--breadcrumb-hint-v3": function(d) { return "探索所有模板"; },
    "slide-picker--template-section--show-all": function(d) { return "显示全部"; },
    "slide-picker--template-section--show-less": function(d) { return "显示较少"; },
    "slide-picker--template-section--workspace": function(d) { return d.name + " 库模板"; },
    "slide-picker--template-section--gallery-title": function(d) { return "Pitch 图库模板"; },
    "slide-picker--offline-message--title": function(d) { return "您似乎处于离线状态。"; },
    "slide-picker--offline-message--body-one": function(d) { return "一旦您重新连接到互联网,模板就会显示出来。"; },
    "slide-picker--offline-message--body-two": function(d) { return "您仍然可以复制幻灯片,或使用 #[short-cut] 来创建一个新幻灯片。"; },
    "slide-picker--offline-message--add-blank-slide-button": function(d) { return "添加空白幻灯片"; },
    "slide-picker--offline-message--header": function(d) { return "模板"; },
    "slide-picker--layouts-default-category": function(d) { return "全部"; },
    "slide-picker-v2--add-all-slides--button-text": function(d) { return "添加所有幻灯片"; },
    "slide-picker--missing-slide-label": function(d) { return "缺少一张幻灯片?"; },
    "slide-picker--missing-slide-view-layouts-title": function(d) { return "查看布局"; },
    "slide-picker--missing-slide-view-layouts-subtitle": function(d) { return "查看可适应任何演示风格的幻灯片设计。"; },
    "slide-picker--missing-slide-explore-all-templates-title": function(d) { return "浏览所有模板"; },
    "slide-picker--missing-slide-explore-all-templates-subtitle": function(d) { return "浏览来自您的工作区或Pitch的即用型模板。"; },
    "slide-picker--layouts-beta-footer": function(d) { return "试用布局?帮助我们改进它们。"; },
    "slide-picker--layouts-beta-footer-link": function(d) { return "分享您的反馈意见"; },
    "workspaces--members-count": function(d) { return plural(d.members, 0, "en", { "0": "无成员", one: "1个成员", other: number(d.members, "个成员") }); },
    "workspaces--members-count-with-owner": function(d) { return plural(d.members, 0, "en", { "0": "无成员", one: "1个成员", other: number(d.members, "个成员") }) + " | 由 " + d.ownerName + " 创建"; },
    "workspaces--editor-list--my-editor-base-case-pronoun": function(d) { return "我(" + d.name + ")"; },
    "workspaces--editor-list--unassigned-editor-descriptor": function(d) { return "未指定"; },
    "workspace-settings--page-title": function(d) { return "工作区设置"; },
    "workspace-settings--sso-title": function(d) { return "管理单点登录(不可用) (SSO)"; },
    "workspace-settings--sso-description": function(d) { return "设置或配置您的 SSO 连接。"; },
    "workspace-settings--sso-button": function(d) { return "管理 SSO"; },
    "workspace-settings--sso-link-title": function(d) { return "点击此处"; },
    "workspace-settings--sso-link": function(d) { return "应该会自动打开一个新的浏览器窗口。没有反应?#[link]"; },
    "workspace-settings--icon--title": function(d) { return "工作区图标"; },
    "workspace-settings--icon--description": function(d) { return "添加图标以更轻松地识别您的工作区。"; },
    "workspace-settings--icon--choose-icon-button": function(d) { return "上传图标"; },
    "workspace-settings--errors--icon-upload-failed": function(d) { return "上传您的图标时出了些问题。请检查您是否联网,然后再试一次。"; },
    "workspace-settings--rename--title": function(d) { return "重命名此工作区"; },
    "workspace-settings--rename--description": function(d) { return "更改您的工作区名称。"; },
    "workspace-settings--rename--name-input-placeholder": function(d) { return "工作区名称"; },
    "workspace-settings--rename--rename-button": function(d) { return "重命名工作区"; },
    "workspace-settings--rename--save-button": function(d) { return "保存"; },
    "workspace-settings--rename--cancel-button": function(d) { return "取消"; },
    "workspace-settings--errors--rename-failed": function(d) { return "重命名该工作区时出了些问题。请检查您是否联网,然后再试一次。"; },
    "workspace-settings--presentation-analytics-consent--title": function(d) { return "在自定义链接上要求访客同意参与度量分析"; },
    "workspace-settings--presentation-analytics-consent--link-1": function(d) { return "在 Pitch 中的数据收集"; },
    "workspace-settings--presentation-analytics-consent--link-2": function(d) { return "该设置如何影响现有链接"; },
    "workspace-settings--presentation-analytics-consent--description": function(d) { return "开启此选项后,启用参与度分析的所有自定义链接都需要访问者同意使用 cookies。访问者将看到一个 cookie 同意屏幕并可以选择退出。在我们的帮助中心阅读有关#[link-1]和#[link-2]的内容。"; },
    "workspace-settings--billing-title": function(d) { return "计费"; },
    "workspace-settings--billing-description": function(d) { return "查看和修改工作区的计费详细信息。"; },
    "workspace-settings--billing-button": function(d) { return "前往计费"; },
    "workspace-settings--delete--title": function(d) { return "删除此工作区"; },
    "workspace-settings--delete--description": function(d) { return "您和此工作区中的所有其他人将无法访问所有内容。此操作无法撤消。"; },
    "workspace-settings--delete---delete-button": function(d) { return "删除工作区"; },
    "workspace-settings--warnings--delete-workspace-message": function(d) { return "注意!此操作无法撤消。单击“确定”以确认您要删除此工作区。"; },
    "workspaces--discoverable-domain-settings--title": function(d) { return "允许电子邮件域"; },
    "workspaces--discoverable-domain-settings--description": function(d) { return "拥有#[domain]电子邮件域的任何人都可以自动加入您的工作区。"; },
    "workspaces--discoverable-domain-settings--switch-on-button": function(d) { return "启用"; },
    "workspaces--discoverable-domain-settings--switch-off-button": function(d) { return "禁用"; },
    "workspaces--discoverable-domain-settings--error": function(d) { return "出了点问题。请检查您是否在线并重试。"; },
    "workspaces--create-new-workspace-button": function(d) { return "创建新工作区"; },
    "workspaces--join-workspace-page-title--first-workspace": function(d) { return "现在,您的第一个工作区"; },
    "workspaces--join-workspace-page-title": function(d) { return "协作是一件美好的事情"; },
    "workspaces--join-discoverable-workspace-button": function(d) { return "加入"; },
    "workspaces--join-workspace-by-invitation--button": function(d) { return "接受邀请"; },
    "workspaces--join-first-workspace-copy": function(d) { return "工作区是您和您的团队可以创建和协作演示文稿的地方。加入一个现有的工作区或创建一个新的工作区。"; },
    "workspaces--join-extra-workspace-copy": function(d) { return "工作区是您的团队可以共同完成伟大工作的地方。加入现有的工作区或创建一个新的工作区。"; },
    "workspaces--join-workspace-copy--footer": function(d) { return "您现在可以加入多个工作区(或以后加入),并随时离开。"; },
    "workspaces--more-about--button": function(d) { return "更多关于工作区的信息"; },
    "workspaces--learn-more-about--button": function(d) { return "了解更多关于工作区的信息"; },
    "workspaces--more-about-modal--title": function(d) { return "工作区是您的团队所有演示文稿的地方"; },
    "workspaces--more-about-modal--explanation": function(d) { return "工作区可以包含多个成员,他们可以一起访问、编辑和处理演示文稿。"; },
    "workspaces--more-about-modal--things-to-know": function(d) { return "需要了解的几个事项:"; },
    "workspaces--more-about-modal--bullet-point-1": function(d) { return "您可以加入尽可能多的工作区。"; },
    "workspaces--more-about-modal--bullet-point-2": function(d) { return "您可以随时加入或离开工作区。"; },
    "workspaces--more-about-modal--bullet-point-3": function(d) { return "您邀请加入工作区的任何人都可以查看工作区文件夹中的所有演示文稿。"; },
    "workspaces--more-about-modal--bullet-point-4": function(d) { return "在每个工作区中,您可以将演示文稿和文件夹设置为私有的、与特定队友共享或对所有工作区成员可用。"; },
    "workspaces--join-workspace--error": function(d) { return "出了点问题。请确保您在线并且此工作区未被删除。然后重试。"; },
    "workspaces--invite-members-page--title": function(d) { return "邀请朋友一起使用工作区"; },
    "workspaces--invite-members-page--copy": function(d) { return "邀请您的队友进行协作。您可以添加尽可能多的成员,并稍后管理权限。"; },
    "workspaces--invite-members-page--email-input-label": function(d) { return "电子邮件(逗号分隔)"; },
    "workspaces--invite-members-page--email-input-placeholder": function(d) { return "[email protected][email protected]"; },
    "workspaces--invite-members-page--email-input-placeholder-domain-known": function(d) { return "otto@" + d.domain + ",cici@" + d.domain; },
    "workspaces--invite-members-page--remove-email-button": function(d) { return "从列表中删除电子邮件"; },
    "workspaces--invite-members-page--workspace-discovery-copy-part-one": function(d) { return "让任何人在"; },
    "workspaces--invite-members-page--workspace-discovery-copy-part-two": function(d) { return "加入此工作区"; },
    "workspaces--invite-members-page--send-invites-button": function(d) { return plural(d.count, 0, en, { "0": "继续", one: "发送邀请", other: "发送邀请" }); },
    "workspaces--invite-members-page--skip-button": function(d) { return "暂不邀请"; },
    "workspaces--invite-members-page--billing-charge-notice--billed-per-seat": function(d) { return "了解更多关于计费"; },
    "workspaces--invite-members-page--multi-email-input--invites": function(d) { return "邀请"; },
    "workspaces--invite-members-page--multi-email-input--placeholder": function(d) { return "邮箱"; },
    "workspaces--invite-members-page--multi-email-input--add-email": function(d) { return "添加邮箱"; },
    "workspaces--invite-members-page--confirmation--message": function(d) { return "让任何来自" + d.domain + "的人员加入此工作区"; },
    "workspaces--invite-members-page--confirmation--description": function(d) { return "来自您的电子邮件域的人员将能够自动成为成员。"; },
    "workspaces--invite-members-page--confirmation--confirm-button": function(d) { return "允许"; },
    "workspaces--invite-members-page--domain-confirmation--headline": function(d) { return "确认您的电子邮件域名"; },
    "workspaces--invite-members-page--domain-confirmation--description": function(d) { return "在下方输入#[domain],以便任何具有此电子邮件域名的人员可以自动加入您的工作区。"; },
    "workspaces--invite-members-page--domain-confirmation--confirm": function(d) { return "确认"; },
    "workspaces--invite-members-page--domain-confirmation--cancel": function(d) { return "取消"; },
    "workspace--workspace-editors--guests-number-of-visible-documents": function(d) { return plural(d.count, 0, en, { one: "1个演示文稿", other: number(d.count, "count") + "个演示文稿" }); },
    "workspaces--workspace-editors--guest-presentation-in-folder": function(d) { return "在#[folder]中"; },
    "workspaces--workspace-editors--guest-convert-member--button": function(d) { return "升级为成员"; },
    "workspaces--revoke-guest-access-modal-description-title": function(d) { return "取消访客权限"; },
    "workspaces--revoke-guest-access-modal-description": function(d) { return "如果您取消了访客的访问权限,他们将无法再访问这些共享的演示文稿。但是,如果您的工作区的另一个成员与该访客私下共享了文档,则该访客仍然可以访问该文档。"; },
    "workspaces--revoke-guest-access-modal-cancel-button": function(d) { return "取消"; },
    "workspaces--revoke-guest-access-modal-revoke-button": function(d) { return "移除访问权限"; },
    "workspaces--revoke-guest-access-dropdown-revoke-button": function(d) { return "移除访问权限"; },
    "workspaces--leave-guest-workspace-confirmation-modal-title": function(d) { return "离开工作区?"; },
    "workspaces--leave-guest-workspace-confirmation-modal-body": function(d) { return "您将失去对从此工作区共享的所有演示文稿的访问权限。"; },
    "workspaces--leave-guest-workspace-confirmation-modal-cancel-button": function(d) { return "取消"; },
    "workspaces--leave-guest-workspace-confirmation-modal-confirm-button": function(d) { return "离开工作区"; },
    "workspaces--folder-deletion-notification-description": function(d) { return "#[folder-title]和所有内容已删除"; },
    "workspaces--upgrade-guest-to-member-success-notification-description": function(d) { return "💪 成功!" + d.guestName + "现在是一个协作者。"; },
    "workspaces--upgrade-guest-to-admin-success-notification-description": function(d) { return "已添加为管理员。"; },
    "workspaces--guest-access-revoked-description": function(d) { return "不再可以访问" + d.workspaceName + "工作区中的任何演示文稿。"; },
    "workspaces--upgrade-guest-to-member-success-notification-undo-button": function(d) { return "撤销"; },
    "workspaces--workspace-editors--sources--invitation": function(d) { return "由" + d.inviter + "邀请加入"; },
    "workspaces--workspace-editors--sources--invitation--legacy": function(d) { return "通过邀请加入"; },
    "workspaces--workspace-editors--sources--workspace-creation": function(d) { return "创建了工作区"; },
    "workspaces--workspace-editors--sources--guest-promotion": function(d) { return "通过访客用户晋升加入"; },
    "workspaces--workspace-editors--sources--discovery": function(d) { return "通过域名发现加入"; },
    "workspaces--workspace-editors--sources--creation": function(d) { return "成为会员自" + d.creation; },
    "workspaces--workspace-editors--sources--deleted-user": function(d) { return "已删除的用户"; },
    "workspace-creation--errors--invalid-emails": function(d) { return "您输入的电子邮件地址无效。请检查您的拼写并重试。"; },
    "workspace-creation--could-not-sent-invites": function(d) { return "发送邀请时出了些问题。请再试一次或先跳过此步骤。"; },
    "workspace-invitation--errors--no-active-invitation-found": function(d) { return "您没有任何有效邀请。"; },
    "workspace-invitation--errors--invitation-issued-for-different-email": function(d) { return "该邀请已经发送到另一个电子邮件地址。请检查您是否登录(不可用)了正确的电子邮件帐户,然后重试。"; },
    "workspace-invitation--errors--invitation-issued-for-different-email--with-email": function(d) { return "该邀请已经发送到另一个电子邮件地址。您当前登录(不可用)的电子邮件地址为:"; },
    "workspace-invitation--errors--unknown-retryable-error": function(d) { return "接受邀请时出了一些问题。请重试。"; },
    "workspace-invitation--errors--bad-request": function(d) { return "邀请链接可能已过期。请向发送邀请的人请求新链接。"; },
    "workspaces--user-selections--anonymous": function(d) { return "匿名"; },
    "workspaces--new-workspace--heading": function(d) { return "创建新工作区"; },
    "workspaces--new-workspace--copy": function(d) { return "工作区是您和团队可以创建和协作演示文稿的地方。给它起一个好听的名字。(您随时可以更改它。)"; },
    "workspaces--new-workspace--name": function(d) { return "我的工作区"; },
    "workspaces--new-workspace--name-placeholder": function(d) { return "例如:空间工作"; },
    "workspaces--new-workspace--name-help": function(d) { return "提示:大多数人使用他们团队或组织的名称。"; },
    "workspaces-new-workspace--creating-failed": function(d) { return "创建工作区时出了一些问题。请检查您的网络连接并重试。"; },
    "workspaces--new-workspace--button--next": function(d) { return "创建工作区"; },
    "workspaces--new-workspace--button--upload-image": function(d) { return "上传图片"; },
    "workspaces--new-workspace--button--use-default-logo": function(d) { return "使用默认"; },
    "workspaces--new-workspace--button--use-brand-logo": function(d) { return "使用品牌标志"; },
    "workspaces--workspace-editors--invite-expired": function(d) { return "邀请已过期"; },
    "workspaces--workspace-editors--invite-sent": function(d) { return "邀请已发送"; },
    "workspaces--workspace-editors--only-owner-and-admins-can-invite": function(d) { return "只有所有者和管理员可以邀请协作者。"; },
    "workspaces--workspace-editors--invitation-refresh-error": function(d) { return "刷新邀请时出了一些问题。请检查您的网络连接并重试。"; },
    "workspaces--workspace-editors--invitation-send-error": function(d) { return "邀请发送失败,请检查网络并重试。"; },
    "workspaces--workspace-editors--invitation-revoke-error": function(d) { return "撤销邀请时出错,请检查网络并重试。"; },
    "workspaces--workspace-editors--invitation-options-title": function(d) { return "更多选项"; },
    "workspaces--workspace-editors--invitation-options--resend-invite": function(d) { return "重新发送邀请"; },
    "workspaces--workspace-editors--invitation-options--revoke-invite": function(d) { return "撤销邀请"; },
    "workspaces--workspace-editors--row--owner": function(d) { return "所有者"; },
    "workspace--workspace-editors--row--owner--description": function(d) { return "所有者角色无法更改,但所有者仍可以将其角色转移给其他人。"; },
    "workspaces--workspace-editors--row--member": function(d) { return "协作者"; },
    "workspaces--workspace-editors--row--admin": function(d) { return "管理员"; },
    "workspaces--workspace-editors--transfer-ownership-dialog--title": function(d) { return "您即将更改工作区的所有者"; },
    "workspaces--workspace-editors--transfer-ownership-dialog--text": function(d) { return d.editorName + " 将成为此工作区的新所有者。更改后,您将成为管理员。"; },
    "workspaces--workspace-editors--transfer-ownership-dialog--submit-btn": function(d) { return "转让所有权"; },
    "workspaces--workspace-editors--transfer-ownership-dialog--cancel-btn": function(d) { return "取消"; },
    "workspaces--workspace-editors--member-remove-error": function(d) { return "删除成员时出错,请检查网络并重试。"; },
    "workspaces--workspace-editors--member-changing-role-error": function(d) { return "更改成员角色时出错,请检查网络并重试。"; },
    "workspaces--workspace-editors--editor-options-title": function(d) { return "更多选项"; },
    "workspaces--workspace-editors--editor-options--leave": function(d) { return "离开"; },
    "workspaces--workspace-editors--editor-options--remove": function(d) { return "删除"; },
    "workspaces--workspace-editors--invite-user--email-address-placeholder": function(d) { return "输入电子邮件地址..."; },
    "workspaces--workspace-editors--invite-member--button": function(d) { return "邀请成员"; },
    "workspaces--workspace-editors--dashboard-title": function(d) { return "工作区成员"; },
    "workspaces--workspace-editors--table-tab-team": function(d) { return "成员 (" + plural(d.count, 0, en, { "0": "…", other: number(d.count, "count") }) + select(d.fixedQuantity, { null: "", other: "/#[fixed-quantity]" }) + ")"; },
    "workspaces--workspace-editors--table-tab-guests": function(d) { return "访客 (" + plural(d.count, 0, en, { "0": "…", other: number(d.count, "count") }) + ")"; },
    "workspaces--workspace-editors--table-tab-guests-not-pro": function(d) { return "访客#[pro-badge]"; },
    "workspaces--workspace-editors--no-search-results": function(d) { return "无结果。"; },
    "workspaces--workspace-editors--no-members-matching": function(d) { return "没有匹配的成员。"; },
    "workspaces--workspace-editors--no-members-matching--invite": function(d) { return "邀请#[email]"; },
    "workspaces--workspace-editors--try-different-search-terms": function(d) { return "尝试其他搜索词。"; },
    "workspaces--workspace-editors--search-placeholder": function(d) { return "按姓名或电子邮件搜索"; },
    "workspaces--workspace-editors--filter-applied": function(d) { return "尝试删除筛选器。"; },
    "workspaces--workspace-editors--filter-all": function(d) { return "全部"; },
    "workspaces--workspace-editors--filter-title": function(d) { return "角色:" + d.role; },
    "workspaces--workspace-editors--member-invite-error": function(d) { return "邀请该成员时出了些问题。请检查您的在线状态,然后重试。"; },
    "workspaces--workspace-editors--member-invite-email-in-use-error": function(d) { return "该电子邮件地址已属于此工作区。"; },
    "workspaces--workspace-editors--invite-guests-tooltip--header": function(d) { return "邀请任何人参加演示文稿"; },
    "workspaces--workspace-editors--invite-guests-tooltip--header--app-store": function(d) { return "访客共享"; },
    "workspaces--workspace-editors--invite-guests-tooltip--incentive": function(d) { return "向访客授予单个演示文稿的访问权限,并与工作区之外的人合作。"; },
    "workspaces--workspace-editors--invite-guests-tooltip--incentive--app-store": function(d) { return "在 Starter 计划中,将客人邀请到特定演示文稿中未包含。"; },
    "workspaces--workspace-editors--members-roles-description": function(d) { return "如果您是工作区的所有者或管理员,则可以管理每个工作区成员的权限。"; },
    "workspaces--workspace-editors--members-tooltip-roles": function(d) { return "工作区角色"; },
    "workspaces--workspace-editors--members-tooltip-owner": function(d) { return "所有者:"; },
    "workspaces--workspace-editors--members-tooltip-admin": function(d) { return "管理员:"; },
    "workspaces--workspace-editors--members-tooltip-member": function(d) { return "合作者"; },
    "workspaces--workspace-editors--members-tooltip-guest": function(d) { return "访客"; },
    "workspaces--workspace-editors--members-tooltip-owner-text": function(d) { return "#[owner] 可访问所有账单和成员设置"; },
    "workspaces--workspace-editors--members-tooltip-admin-text": function(d) { return "#[admin] 可更改账单设置,但不能删除工作区"; },
    "workspaces--workspace-editors--members-tooltip-member-text": function(d) { return "#[member]#[pro-badge]#[colon] 可以工作和分享演示文稿,但不能更改工作区设置"; },
    "workspaces--workspace-editors--members-tooltip-guest-text": function(d) { return "#[guest]#[pro-badge]#[colon] 可以编辑、评论或查看单个演示文稿,但不能访问工作区或其设置"; },
    "workspaces--workspace-editors--members-tooltip-learn-more": function(d) { return "了解有关#[workspace-roles]和#[pricing]的更多信息"; },
    "workspaces--workspace-editors--members-tooltip-incentive--text": function(d) { return "使用Pitch Pro为团队成员分配不同的角色。"; },
    "workspaces--workspace-editors--members-tooltip-incentive--text--app-store": function(d) { return "为团队成员分配角色在Pitch Starter计划中不可用。"; },
    "workspaces--workspace-editors--no-free-seats": function(d) { return "任何额外的成员都将增加您的#[interval]费用。#[billing-learn-more]"; },
    "workspaces--workspace-editors--free-seats": function(d) { return "#[free-seats]。下一个接受邀请的人将免费填补#[seats-available]个位置。#[billing-learn-more]"; },
    "workspaces--workspace-editors--cancellation-info": function(d) { return "您的Pitch Pro订阅将于#[cancellation-date]到期。#[br] 在此之前," + select(d.freeSeats, { true: "#[free-seats]", false: "#[no-seats]", other: "#[no-seats]" }) + "。#[billing-learn-more]"; },
    "workspaces--workspace-editors--cancellation-info--no-free-seats": function(d) { return "任何额外的成员都将增加您的#[interval]费用。"; },
    "workspaces--workspace-editors--cancellation-info--free-seats": function(d) { return "您有#[free-seats]。下一个接受邀请的人将免费填补#[seats-available]个位置。"; },
    "workspaces--workspace-editors--free-seats-amount": function(d) { return select(d.freeSeatsAmount, { "1": "#[free-seats-amount]个空位", other: "#[free-seats-amount]个空位" }); },
    "workspaces--workspace-editors--free-seats-available": function(d) { return select(d.freeSeatsAmount, { "1": "其中一个", other: "其中之一" }); },
    "workspaces--workspace-editors--interval": function(d) { return select(d.interval, { monthly: "每月", yearly: "每年", other: "" }); },
    "workspaces--upgrade-guest-failed-title": function(d) { return "我们无法升级" + d.guestName; },
    "workspaces--upgrade-guest-failed-description": function(d) { return "请重试,如果问题仍然存在,请联系支持人员。"; },
    "workspaces--guest-access-revoking-failed": function(d) { return "更改权限时出现了问题。请重试,如果问题继续存在,请联系支持人员。"; },
    "workspaces--leave-guest-workspace-failed": function(d) { return "无法将您从此工作区中删除。请重试,如果问题继续存在,请联系支持人员。"; },
    "workspaces--leave-guest-workspace-context-menu-title": function(d) { return "离开工作区"; },
    "mobile--workspace-switcher--title": function(d) { return "工作区"; },
    "account--avatar-setting-dialog-heading": function(d) { return "更改账户头像"; },
    "account--avatar-choose-new-button": function(d) { return "上传新照片"; },
    "account--avatar-current-image-alt-text": function(d) { return "当前头像图片"; },
    "account--avatar-new-image-alt-text": function(d) { return "新头像图片"; },
    "account--update-settings-button": function(d) { return "保存更改"; },
    "account--name-setting-dialog-heading": function(d) { return "更改账户名称"; },
    "account-email-settings-menu-button": function(d) { return "可用电子邮件"; },
    "account--email-setting-dialog-heading": function(d) { return "更改账户电子邮件"; },
    "account--edit-name-button": function(d) { return "编辑"; },
    "account--new-name-label": function(d) { return "姓名"; },
    "account--new-email-label": function(d) { return "电子邮件"; },
    "account--password-setting-dialog-heading": function(d) { return "重置密码"; },
    "account--reset-password-done-message": function(d) { return "已向您的电子邮件地址发送了重置密码链接。请检查您的收件箱并按照说明更改密码。"; },
    "account--reset-password-description": function(d) { return "点击#[reset-button-code]按钮,我们将向您发送一封更改密码的链接。"; },
    "account--reset-password-again-description": function(d) { return "没有起作用?再次点击#[reset-button-code]按钮,我们将向您发送另一个更改密码的链接。"; },
    "account--reset-password-button": function(d) { return "重置密码"; },
    "account--reset-password-ok-status-message": function(d) { return "我们刚刚向您发送了一封电子邮件,以重置您的密码。"; },
    "account--reset-password-fail-status-message": function(d) { return "我们无法重置您的密码。请确保您在线,或稍后再试。"; },
    "account--settings-index-name-setting-title": function(d) { return "姓名"; },
    "account--settings-index-avatar-setting-title": function(d) { return "头像"; },
    "account--settings-index-email-setting-title": function(d) { return "电子邮件"; },
    "account--settings-index-password-reset-title": function(d) { return "密码"; },
    "account--settings-modal-dialog-title": function(d) { return "帐户设置"; },
    "account--settings-error-could-not-upload-image": function(d) { return "上传该图像时出了些问题。请稍后再试。"; },
    "account--app-notifications-heading": function(d) { return "通知"; },
    "account--settings-notifications-accordion-header": function(d) { return "订阅了 " + plural(d.count, 0, en, { "0": "0 个演示文稿", one: "1 个演示文稿", other: number(d.count, "count") + " 个演示文稿" }); },
    "account--settings-subscriptions-accordeon-description": function(d) { return "您将获得有关这些演示文稿中的所有新评论和标记为已完成的幻灯片的更新。"; },
    "account--app-notifications-auto-subscription-description": function(d) { return "演示文稿订阅"; },
    "account--app-notifications-subscription-justification--comment": function(d) { return "您在此演示文稿上发表了评论"; },
    "account--app-notifications-subscription-justification--manual-subscription": function(d) { return "您订阅了此演示文稿"; },
    "account--app-notifications-subscription-justification--slide-assignment": function(d) { return "您被分配了此演示文稿中的幻灯片"; },
    "account--app-notifications-subscription-justification--document-create": function(d) { return "您创建了此演示文稿"; },
    "account--app-notifications-subscription-justification--document-edit": function(d) { return "您编辑了此演示文稿"; },
    "account--app-notifications--slack-heading": function(d) { return "Slack中的Pitch应用程序"; },
    "account--app-notifications--slack-description": function(d) { return "在Slack中接收有关Pitch邀请、分配、提及和回复的通知。"; },
    "account--app-notifications--slack--installation-description-bold": function(d) { return "保持工作高效"; },
    "account--app-notifications--slack--installation-description": function(d) { return "使用 Pitch 的 Slack 应用"; },
    "account--app-notifications--slack--installation-button": function(d) { return "添加 Pitch 到 Slack"; },
    "account--app-notifications--slack--disconnect-your-account": function(d) { return "您的帐户"; },
    "account--app-notifications--slack--disconnect-description": function(d) { return "您的 Slack 帐户已连接"; },
    "account--app-notifications--slack--disconnect-connected-to": function(d) { return "已连接到"; },
    "account--app-notifications--slack--disconnect-button": function(d) { return "断开连接"; },
    "account--app-notifications--slack--disconnect-account-button": function(d) { return "断开帐户连接"; },
    "account--app-notifications--slack--disconnected-alert-title": function(d) { return "已断开 Slack 连接"; },
    "account--app-notifications--slack--disconnected-alert-description": function(d) { return "您将不再收到 Slack 通知。"; },
    "account--app-notifications--allow-slack-notifications--alert-title": function(d) { return "开启 Slack 通知"; },
    "account--app-notifications--allow-slack-notifications--alert-description": function(d) { return "您现在将在 Slack 中收到通知。"; },
    "account--app-notifications--disallow-slack-notifications--alert-title": function(d) { return "关闭 Slack 通知"; },
    "account--app-notifications--disallow-slack-notifications--alert-description": function(d) { return "您将不再在 Slack 中收到通知。"; },
    "account--app-notifications--error-slack-installation--alert-title": function(d) { return "Slack 连接失败"; },
    "account--app-notifications--error-slack-installation--alert-description": function(d) { return "出了些问题。请再次尝试添加 Pitch 应用。"; },
    "account--app-notifications--success-slack-installation--alert-title": function(d) { return "已连接 Slack"; },
    "account--app-notifications--success-slack-installation--alert-description": function(d) { return "您已将 Pitch 应用添加到 Slack。"; },
    "account--notifications-preferences-heading": function(d) { return "电子邮件偏好设置"; },
    "account--notifications-preferences-dialog-description": function(d) { return "以下情况会向您发送电子邮件通知:"; },
    "account--settings-index-notifications-setting-title": function(d) { return "邮件偏好设置"; },
    "account--settings-index-delete-user-setting-title": function(d) { return "危险区域"; },
    "account--settings-index-app-notifications-setting-title": function(d) { return "通知"; },
    "account--settings-index-app-notifications-setting-label": function(d) { return plural(d.count, 0, en, { "0": "未订阅任何演示文稿", one: "订阅了 1 个演示文稿", other: "订阅了 " + number(d.count, "count") + " 个演示文稿" }); },
    "account--notification-preferences-allows-mention": function(d) { return "有人提及你时"; },
    "account--notification-preferences-allows-assignment": function(d) { return "有人将幻灯片指派给你时"; },
    "account--notification-preferences-allows-comment": function(d) { return "有人回复你的评论时"; },
    "account--notifications-preferences-allows-auto-subscriptions": function(d) { return "自动订阅我创建、编辑、评论或被指派的演示文稿。"; },
    "account--notification-preferences-mention": function(d) { return "提及"; },
    "account--notification-preferences-comment": function(d) { return "评论"; },
    "account--notification-preferences-assignment": function(d) { return "指派"; },
    "account--notification-preferences-all-enabled": function(d) { return "全部订阅"; },
    "account--deletion-request-modal-heading": function(d) { return "请求删除账户"; },
    "account--delete-user-account-button-label": function(d) { return "删除我的账户"; },
    "account--deletion-request-modal-request-button": function(d) { return "请求删除"; },
    "account--deletion-request-modal--fact--is-permanent": function(d) { return "永久删除"; },
    "account--deletion-request-modal--fact--deletes-all-my-data": function(d) { return "将删除我所有的演示文稿和工作区"; },
    "account--deletion-request-modal--fact--revokes-my-access": function(d) { return "将取消我对共享演示文稿和工作区的访问"; },
    "account--deletion-request-modal-consent-to-deletion-effects": function(d) { return "我理解删除我的账户会"; },
    "account--deletion-request-modal--deletion-facts": function(d) { return "#[action-permanence] #[deletion-consequences] #[access-effects]"; },
    "account--deletion-request-modal-ownership-transfer-link-text": function(d) { return "了解如何转移所有权"; },
    "account--deletion-request-modal-owner-text": function(d) { return "您是#[workspaces]的所有者。请#[link]转让这些工作区,而不是将它们删除。#[linebreak]"; },
    "account--deletion-request-modal-input-placeholder": function(d) { return "输入您的电子邮件以确认"; },
    "account--success-dialog-message": function(d) { return "删除请求已发送"; },
    "account--deletion-confirmation-dialog-action-cannot-undo-warning": function(d) { return "此操作无法撤销。"; },
    "account--deletion-confirmation-dialog-header": function(d) { return "永久删除您的帐户?"; },
    "account--deletion-confirmation-dialog-member-text": function(d) { return "删除您的帐户将同时删除您的演示文稿,并且您将失去对共享演示文稿和工作区的访问权限。#[action-permanence]"; },
    "account--deletion-confirmation-dialog-deletion-button": function(d) { return "删除帐户"; },
    "account--deletion-confirmation-dialog-owner-text": function(d) { return "您是#[workspaces]的所有者。删除您的帐户将删除其中的演示文稿和" + plural(d.workspaces_count, 0, en, { "1": "此工作区", other: "这些工作区" }) + "。您还将失去对共享演示文稿和工作区的访问权限。#[action-permanence]"; },
    "account--deletion-owner-dialog-workspaces-count": function(d) { return d.workspaces_list + "和其他" + d.rest_workspaces_count + plural(d.rest_workspaces_count, 0, en, { "1": "个工作区", other: "个工作区" }); },
    "account--success-dialog-comment": function(d) { return "很遗憾看到您离开!我们已收到您的请求,将尽快处理。"; },
    "account--success-dialog-close-button-text": function(d) { return "关闭"; },
    "account--failure-dialog-message": function(d) { return "出了些问题,我们目前不知道原因。"; },
    "account--failure-dialog-comment": function(d) { return "无法发送您的请求。请稍后再试。"; },
    "account--notification-preferences-all-disabled": function(d) { return "已关闭"; },
    "account--notification-preferences-just-one": function(d) { return "仅限"; },
    "account--notifications-preferences-subscriptions-unsubscribe": function(d) { return "取消订阅"; },
    "editor--headline--origin-link--tooltip": function(d) { return "前往" + d.title; },
    "editor--three-line-popup--go-to-templates": function(d) { return "前往模板"; },
    "editor--three-line-popup--save-as-template": function(d) { return "另存为模板"; },
    "editor--three-line-popup--rename-presentation": function(d) { return "重命名演示文稿"; },
    "editor--three-line-popup--rename-template": function(d) { return "重命名模板"; },
    "editor--three-line-popup--open-in-desktop": function(d) { return "在桌面应用程序中打开"; },
    "editor--three-line-popup--show-deleted-slides": function(d) { return "显示已删除的幻灯片"; },
    "editor--option-panels--workflow-title": function(d) { return "工作流程"; },
    "editor--option-panels--design-title": function(d) { return "设计"; },
    "editor--option-panels--comments-title": function(d) { return "评论"; },
    "editor--option-panels--notes-title": function(d) { return "笔记"; },
    "editor--option-panels--tooltip--mixed-slide-status": function(d) { return "幻灯片状态混合"; },
    "editor--option-panels--tooltip--set-slide-status": function(d) { return "设置幻灯片状态"; },
    "editor--option-panels--tooltip--slide-status": function(d) { return "幻灯片状态"; },
    "editor--option-panels--tooltip--mixed-slide-assignment": function(d) { return "幻灯片分配混合"; },
    "editor--option-panels--tooltip--assign-slides": function(d) { return "分配幻灯片"; },
    "editor--option-panels--tooltip--assign-slide": function(d) { return "分配幻灯片"; },
    "editor--option-panels--tooltip--assigned-to": function(d) { return "分配给"; },
    "editor--option-panels--tooltip--join-last-name": function(d) { return "和"; },
    "editor--option-panels--tooltip--you": function(d) { return "你"; },
    "editor--option-panels--tooltip--design": function(d) { return "打开设计面板"; },
    "editor--option-panels--tooltip--animations": function(d) { return "打开动画面板"; },
    "editor--option-panels--tooltip--add-comments": function(d) { return "添加评论"; },
    "editor--option-panels--tooltip--add-notes": function(d) { return "添加笔记"; },
    "editor--option-panels--tooltip--version-history": function(d) { return "查看版本历史"; },
    "editor--option-panels--reactions--toggle-label": function(d) { return "反应"; },
    "editor--option-panels--reactions--reacted-with": function(d) { return "反应了"; },
    "editor--option-panels--reactions--add-reaction": function(d) { return "添加反应"; },
    "editor--option-panels--reactions--click-to-remove": function(d) { return "单击以删除"; },
    "editor--option-panels--reactions--click-to-add": function(d) { return "单击以添加"; },
    "editor--help-menu--trigger-tooltip": function(d) { return "帮助"; },
    "editor--help-menu--contact": function(d) { return "联系我们"; },
    "editor--help-menu--help-center": function(d) { return "帮助中心"; },
    "editor--help-menu--legal-info": function(d) { return "法律信息"; },
    "editor--help-menu--third-party": function(d) { return "第三方通知"; },
    "editor--help-menu--keyboard-shortcuts": function(d) { return "键盘快捷键"; },
    "editor--help-menu--whats-new": function(d) { return "有什么新功能?"; },
    "editor--help-menu--learn-the-basics": function(d) { return "了解基础知识"; },
    "editor--help-menu--visit-website": function(d) { return "访问我们的主页"; },
    "editor--help-menu--feature-flags": function(d) { return "功能标志"; },
    "editor--slide-status": function(d) { return "幻灯片状态"; },
    "editor--slide-status--todo": function(d) { return "待办"; },
    "editor--slide-status--in-progress": function(d) { return "进行中"; },
    "editor--slide-status--done": function(d) { return "完成"; },
    "editor--slide-status--none": function(d) { return "无状态"; },
    "editor--group-context-menu--ungroup": function(d) { return "取消分组"; },
    "editor--group-context-menu--group": function(d) { return "分组"; },
    "editor--group-context-menu--cut": function(d) { return "剪切"; },
    "editor--group-context-menu--copy": function(d) { return "复制"; },
    "editor--group-context-menu--paste": function(d) { return "粘贴"; },
    "editor--group-context-menu--duplicate": function(d) { return "复制"; },
    "editor--group-context-menu--delete": function(d) { return "删除"; },
    "alert--create-detected-groups-description": function(d) { return plural(d.count, 0, en, { one: "检测到1个相似的组", other: "检测到" + number(d.count, "count") + "个相似的组" }); },
    "alert--create-detected-groups-button": function(d) { return "组合"; },
    "alert--grouping-locked-blocks-not-groupable-title": function(d) { return "无法创建组"; },
    "alert--grouping-locked-blocks-not-groupable-description": function(d) { return "请先解锁任何锁定的块,然后重试。"; },
    "alert--grouping-locked-groups-not-ungroupable-title": function(d) { return "无法取消分组"; },
    "alert--grouping-locked-groups-not-ungroupable-description": function(d) { return "请解锁该组,然后重试。"; },
    "alert--grouping-some-blocks-excluded-title": function(d) { return "部分创建组"; },
    "alert--grouping-some-blocks-excluded-description": function(d) { return d.block_type + " 无法被分组。"; },
    "alert--grouping-block-types-not-groupable-title": function(d) { return "无法创建组"; },
    "alert--grouping-block-types-not-groupable-description": function(d) { return d.block_type + " 无法被分组。"; },
    "alert--grouping-nested-groups-not-groupable-title": function(d) { return "无法创建组"; },
    "alert--grouping-nested-groups-not-groupable-description": function(d) { return "请先取消任何已存在的分组,然后重试。"; },
    "editor--context-menu--order": function(d) { return "顺序"; },
    "editor--block-context-menu--bring-to-front": function(d) { return "移到最前"; },
    "editor--block-context-menu--bring-forward": function(d) { return "向前移动"; },
    "editor--block-context-menu--send-to-back": function(d) { return "移到最后"; },
    "editor--block-context-menu--send-backward": function(d) { return "向后移动"; },
    "editor--block-context-menu--lock": function(d) { return "锁定位置"; },
    "editor--block-context-menu--unlock": function(d) { return "解除位置锁定"; },
    "editor--block-context-menu--cut": function(d) { return "剪切"; },
    "editor--block-context-menu--copy": function(d) { return "复制"; },
    "editor--block-context-menu--paste": function(d) { return "粘贴"; },
    "editor--block-context-menu--duplicate": function(d) { return "复制"; },
    "editor--block-context-menu--delete": function(d) { return "删除"; },
    "editor--block-context-menu--inspect-in-dev-panel": function(d) { return "在开发面板中查看"; },
    "editor--block-context-menu--inspect-block-in-dev-panel": function(d) { return "在开发面板中查看块"; },
    "editor--block-context-menu--inspect-group-in-dev-panel": function(d) { return "在开发面板中查看组"; },
    "editor--context-menu--align": function(d) { return "对齐"; },
    "editor--context-menu--align-left": function(d) { return "左对齐"; },
    "editor--context-menu--align-center": function(d) { return "居中对齐"; },
    "editor--context-menu--align-top": function(d) { return "顶部对齐"; },
    "editor--context-menu--align-middle": function(d) { return "中间对齐"; },
    "editor--context-menu--align-bottom": function(d) { return "底部对齐"; },
    "editor--context-menu--align-right": function(d) { return "右对齐"; },
    "editor--context-menu--distribute-vertically": function(d) { return "垂直分布"; },
    "editor--context-menu--distribute-horizontally": function(d) { return "水平分布"; },
    "editor--context-menu--distribute": function(d) { return "分布"; },
    "editor--block-context-menu--use-as-background": function(d) { return "作为背景使用"; },
    "editor--block-context-menu--insert-col": function(d) { return plural(d.selected_cols_count, 0, en, { "1": "插入列", other: "插入 " + number(d.selected_cols_count, "selected_cols_count") + " 列" }); },
    "editor--block-context-menu--delete-col": function(d) { return plural(d.selected_cols_count, 0, en, { "1": "删除列", other: "删除 " + number(d.selected_cols_count, "selected_cols_count") + " 列" }); },
    "editor--block-context-menu--insert-row": function(d) { return plural(d.selected_rows_count, 0, en, { "1": "插入行", other: "插入 " + number(d.selected_rows_count, "selected_rows_count") + " 行" }); },
    "editor--block-context-menu--delete-row": function(d) { return plural(d.selected_rows_count, 0, en, { "1": "删除行", other: "删除 " + number(d.selected_rows_count, "selected_rows_count") + " 行" }); },
    "editor--block-context-menu--table-clear": function(d) { return "清除"; },
    "editor--insert-table--default": function(d) { return "插入表格"; },
    "editor--insert-table--cols-rows": function(d) { return "插入 " + d.cols_x_rows + " 表格"; },
    "alert--table-max-constraints--title": function(d) { return "粘贴的数据过多"; },
    "alert--table-max-constraints--description": function(d) { return "您只能一次粘贴 " + d.max_cols + " 列 x " + d.max_rows + " 行的数据。"; },
    "alert--chart-max-constraints--title": function(d) { return plural(d.pasted_cols, 0, en, { "1": "只粘贴了 1 列", other: "只粘贴了 " + number(d.pasted_cols, "pasted_cols") + " 列" }); },
    "alert--chart-max-constraints--description": function(d) { return plural(d.max_cols, 0, en, { "1": "此图表最多只支持 1 列数据。", other: "此图表最多只支持 " + number(d.max_cols, "max_cols") + " 列数据。" }); },
    "editor--canvas--swap-tooltip-label": function(d) { return "交换"; },
    "editor--canvas-context-menu--paste": function(d) { return "粘贴"; },
    "editor--canvas-context-menu--add-background-image": function(d) { return "添加背景图片"; },
    "editor--canvas-context-menu--detach-background-image": function(d) { return "取消绑定"; },
    "editor--canvas-context-menu--background-image-submenu": function(d) { return "背景图片"; },
    "editor--canvas-context-menu--replace-background-image": function(d) { return "替换"; },
    "editor--canvas-context-menu--remove-background-image": function(d) { return "移除"; },
    "editor--canvas--edit-chart-data--category-column-header": function(d) { return "分类"; },
    "editor--canvas--edit-chart-data--value-column-header": function(d) { return "数值"; },
    "editor--canvas--edit-chart-format--decimal-points": function(d) { return "小数位数"; },
    "editor--canvas--edit-chart-format--decimal-points--none": function(d) { return "无"; },
    "editor--canvas--edit-chart-format--set-locale": function(d) { return "区域"; },
    "editor--canvas--edit-chart-format--format": function(d) { return "格式"; },
    "editor--canvas--edit-chart-format--type": function(d) { return "类型"; },
    "editor--canvas--edit-chart-format--currency": function(d) { return "货币"; },
    "editor--canvas--edit-chart-format--button-text": function(d) { return "格式: " + d.column_type; },
    "editor--canvas--replace-chart-data": function(d) { return "替换数据"; },
    "editor--chart--default-column-label-1": function(d) { return "半满"; },
    "editor--chart--default-column-label-2": function(d) { return "半空"; },
    "editor--chart--default-column-label-3": function(d) { return "较满"; },
    "editor--chart--default-column-label-4": function(d) { return "较空"; },
    "editor--chart--default-column-label-5": function(d) { return "满月"; },
    "editor--chart--default-column-label-6": function(d) { return "新月"; },
    "editor--chart--default-column-label-7": function(d) { return "上弦月"; },
    "editor--chart--default-column-label-8": function(d) { return "下弦月"; },
    "editor--chart--pie-default-label-1": function(d) { return "蓝莓派"; },
    "editor--chart--pie-default-label-2": function(d) { return "牧羊人馅饼"; },
    "editor--chart--pie-default-label-3": function(d) { return "饼图派"; },
    "editor--chart--line-default-label-1": function(d) { return "航空公司"; },
    "editor--chart--line-default-label-2": function(d) { return "裙线"; },
    "editor--chart--line-default-label-3": function(d) { return "直线"; },
    "editor--chart--line-default-label-4": function(d) { return "离线"; },
    "editor--chart--bar-default-label-1": function(d) { return "巧克力棒"; },
    "editor--chart--bar-default-label-2": function(d) { return "燕麦棒"; },
    "editor--chart--bar-default-label-3": function(d) { return "冰淇淋棒"; },
    "editor--chart--bar-default-label-4": function(d) { return "撬棒"; },
    "editor--embed--cannot-load-website": function(d) { return "我们无法加载嵌入的网站。如果问题持续,请联系支持。"; },
    "editor--embed--player-cannot-load-website": function(d) { return "我们无法加载嵌入的网站。如果问题持续,请联系支持。"; },
    "editor--embed--paste-any-link": function(d) { return "粘贴任何链接,嵌入"; },
    "editor--text--add-text": function(d) { return "添加文本"; },
    "editor--embed--embed-button": function(d) { return "保存嵌入URL"; },
    "editor--slide-status--remove": function(d) { return "删除状态"; },
    "editor--block--opacity": function(d) { return "不透明度"; },
    "editor--slide-assignee": function(d) { return "幻灯片受让人"; },
    "editor--slide-assignee--unassigned": function(d) { return "未指定"; },
    "editor--slide-assignee--remove-assignee": function(d) { return "删除受让人"; },
    "editor--slide-assignee--placeholder": function(d) { return "分配给..."; },
    "editor--slide-assignee--not-found-tip": function(d) { return "确保他们是此工作区的成员并接受了此演示文稿的邀请。"; },
    "editor--slide-assignee--search-empty-text": function(d) { return "我们找不到那个人。请重试或邀请其他人参加此演示文稿。"; },
    "editor--slide-assignee--search-empty-action": function(d) { return "邀请其他人"; },
    "editor--slide-comment--search-empty-action": function(d) { return "邀请其他人"; },
    "editor--comment--save": function(d) { return "保存"; },
    "editor--comment--delete": function(d) { return "删除"; },
    "editor--comment--edit": function(d) { return "编辑"; },
    "editor--comment--copy-link": function(d) { return "复制链接"; },
    "editor--comment--link-copied-alert": function(d) { return "链接已复制"; },
    "editor--comment--edit-action": function(d) { return "编辑评论"; },
    "editor--comment--reply-action": function(d) { return "回复 " + d.author; },
    "editor--comment--re-open": function(d) { return "重新开启"; },
    "editor--comment--resolve": function(d) { return "解决"; },
    "editor--comment--send": function(d) { return "发送"; },
    "editor--comment--cancel": function(d) { return "取消"; },
    "editor--comment--more-options": function(d) { return "更多选项"; },
    "editor--comment--add-a-comment": function(d) { return "添加评论..."; },
    "editor--comment--post": function(d) { return "发布"; },
    "editor--comment--to-post": function(d) { return "发布"; },
    "editor--comment--leave-a-comment": function(d) { return "在此幻灯片上留下评论。"; },
    "editor--comment-add-pitch-to-slack-nudge-text": function(d) { return "立即查看回复"; },
    "editor--comment-add-pitch-to-slack-nudge-link": function(d) { return "将 Pitch 添加到 Slack"; },
    "editor--comment--resolved": function(d) { return "已解决"; },
    "editor--comment--reply": function(d) { return "回复"; },
    "editor--comment--reply-placeholder": function(d) { return "回复..."; },
    "editor--comment--mentions-tooltip": function(d) { return "提到某人"; },
    "editor--connected-users--you": function(d) { return "您"; },
    "editor--connected-users--invite-others": function(d) { return "邀请其他人"; },
    "editor--document--untitled": function(d) { return "无标题"; },
    "editor--block--text-display-name": function(d) { return "文本"; },
    "editor--block--chart-display-name": function(d) { return "图表"; },
    "editor--block--sticker-display-name": function(d) { return "贴纸"; },
    "editor--block--image-display-name": function(d) { return "图像"; },
    "editor--block--media-display-name": function(d) { return "媒体"; },
    "editor--block--shape-display-name": function(d) { return "形状"; },
    "editor--block--embed-display-name": function(d) { return "嵌入"; },
    "editor--block--table-display-name": function(d) { return "表格"; },
    "editor--block--video-display-name": function(d) { return "视频"; },
    "editor--block--clip-display-name": function(d) { return "录制"; },
    "editor--chart-display-name-bar": function(d) { return "柱形图"; },
    "editor--chart-display-name-stack-bar": function(d) { return "堆积柱形图"; },
    "editor--chart-display-name-horizontal-bar": function(d) { return "条形图"; },
    "editor--chart-display-name-stack-horizontal-bar": function(d) { return "堆积条形图"; },
    "editor--chart-display-name-line": function(d) { return "折线图"; },
    "editor--chart-display-name-area": function(d) { return "面积图"; },
    "editor--chart-display-name-stack-area": function(d) { return "堆积面积图"; },
    "editor--chart-display-name-pie": function(d) { return "饼图"; },
    "editor--chart-display-name-short-bar": function(d) { return "柱"; },
    "editor--chart-display-name-short-stack-bar": function(d) { return "堆积柱"; },
    "editor--chart-display-name-short-horizontal-bar": function(d) { return "条"; },
    "editor--chart-display-name-short-stack-horizontal-bar": function(d) { return "堆积条"; },
    "editor--chart-display-name-short-line": function(d) { return "线"; },
    "editor--chart-display-name-short-area": function(d) { return "面积"; },
    "editor--chart-display-name-short-stack-area": function(d) { return "堆积面积"; },
    "editor--chart-display-name-short-pie": function(d) { return "饼"; },
    "editor--chart-popover--column-bar-group-label": function(d) { return "柱状图和条形图"; },
    "editor--chart-popover--line-area-group-label": function(d) { return "折线图和面积图"; },
    "editor--chart-popover--pie-donut-group-label": function(d) { return "饼图和甜甜圈图"; },
    "editor--chart-popover--bar-chart-title": function(d) { return "柱状图"; },
    "editor--chart-popover--multi-bar-chart-title": function(d) { return "多柱状图"; },
    "editor--chart-popover--stacked-bar-chart-title": function(d) { return "堆叠柱状图"; },
    "editor--chart-popover--horizontal-bar-chart-title": function(d) { return "条形图"; },
    "editor--chart-popover--multi-horizontal-bar-chart-title": function(d) { return "多条形图"; },
    "editor--chart-popover--horizontal-stacked-bar-chart-title": function(d) { return "堆叠条形图"; },
    "editor--chart-popover--line-chart-title": function(d) { return "折线图"; },
    "editor--chart-popover--line-chart-dots-title": function(d) { return "带点的折线图"; },
    "editor--chart-popover--multi-line-chart-title": function(d) { return "多折线图"; },
    "editor--chart-popover--multi-line-chart-dots-title": function(d) { return "带点的多折线图"; },
    "editor--chart-popover--stacked-area-chart-title": function(d) { return "堆叠面积图"; },
    "editor--chart-popover--area-chart-title": function(d) { return "面积图"; },
    "editor--chart-popover--donut-chart-title": function(d) { return "甜甜圈图"; },
    "editor--chart-popover--pie-chart-title": function(d) { return "饼图"; },
    "editor--chart-popover--chart-headline": function(d) { return "图表"; },
    "editor--chart-popover--integrations-label": function(d) { return "集成"; },
    "editor--chart-popover--disconnect-button-text": function(d) { return "断开连接"; },
    "editor--chart-popover--csv-import-title": function(d) { return "导入 CSV 文件"; },
    "editor--chart-popover--csv-import-button-text": function(d) { return "选择文件"; },
    "editor--chart-popover--csv-import-text": function(d) { return "从现有的 CSV 文件创建图表或表格。"; },
    "editor--chart-popover--google-sheets-title": function(d) { return "Google Sheets"; },
    "editor--chart-popover--google-sheets-button-text": function(d) { return "连接"; },
    "editor--chart-popover--google-sheets-text": function(d) { return "通过您的 Google Sheets 帐户直接将数据导入 Pitch。"; },
    "editor--chart-popover--google-analytics-title": function(d) { return "Google Analytics"; },
    "editor--chart-popover--google-analytics-server-side-title": function(d) { return "Google Analytics(试验版)"; },
    "editor--chart-popover--google-analytics-button-text": function(d) { return "连接"; },
    "editor--chart-popover--google-analytics-text": function(d) { return "直接从您的 Google Analytics 帐户将数据导入 Pitch。"; },
    "editor--chart-popover--chartmogul-title": function(d) { return "ChartMogul"; },
    "editor--chart-popover--chartmogul-text": function(d) { return "连接您的 ChartMogul 帐户,直接将数据导入 Pitch。输入您的 ChartMogul API 密钥以开始。"; },
    "editor--chart-popover--chartmogul-button-text": function(d) { return "连接"; },
    "editor--chart-popover--chartmogul-api-key-input-placeholder": function(d) { return "API 密钥"; },
    "editor--chart-popover--suggest-integration-text": function(d) { return "您想在此列表中看到哪些其他应用程序?"; },
    "editor--chart-popover--suggest-integration-link-label": function(d) { return "告诉我们"; },
    "editor--chart-popover--offline-message": function(d) { return d.integration + " 需要互联网连接才能工作。请检查您是否在线并重试。"; },
    "editor--chart-popover--chartmogul-tooltip-text": function(d) { return "访问我们的帮助中心以了解如何设置此集成。"; },
    "editor--chart-popover--chartmogul-tooltip-link": function(d) { return "前往帮助中心"; },
    "editor--embeds-popover--feedback-request": function(d) { return "使用过嵌入式元素吗?帮助我们使它们变得更好。"; },
    "editor--embeds-popover--feedback-request-action": function(d) { return "分享你的反馈"; },
    "editor--embeds-popover--invalid-url-title": function(d) { return "请输入链接"; },
    "editor--embeds-popover--invalid-url-description": function(d) { return "您可以复制从浏览器地址栏中找到的链接。"; },
    "editor--embeds-popover--unsupported-vendor-title": function(d) { return "此服务目前不受支持"; },
    "editor--embeds-popover--unsupported-vendor-description": function(d) { return "请从左侧列表中尝试其他服务。"; },
    "editor--embeds-popover--add-embed-block": function(d) { return "添加"; },
    "editor--embeds-popover--beta-warning": function(d) { return "测试版"; },
    "editor--text-alignment-left": function(d) { return "左对齐"; },
    "editor--text-alignment-center": function(d) { return "居中"; },
    "editor--text-alignment-right": function(d) { return "右对齐"; },
    "editor--text-alignment-justify": function(d) { return "两端对齐"; },
    "editor--text-alignment-top": function(d) { return "顶部对齐"; },
    "editor--text-alignment-vertical-center": function(d) { return "垂直居中"; },
    "editor--text-alignment-bottom": function(d) { return "底部对齐"; },
    "editor--text-type-headline-big": function(d) { return "标题"; },
    "editor--text-type-headline-medium": function(d) { return "大标题"; },
    "editor--text-type-headline-small": function(d) { return "副标题"; },
    "editor--text-type-paragraph": function(d) { return "正文"; },
    "editor--text-type-paragraph-small": function(d) { return "小字体正文"; },
    "editor--text-type-bullet-list": function(d) { return "项目符号列表"; },
    "editor--text-type-number-list": function(d) { return "有序列表"; },
    "editor--image--rounded-corners": function(d) { return "圆角"; },
    "editor--image--shadow": function(d) { return "阴影"; },
    "editor--image--overlay": function(d) { return "覆盖"; },
    "editor--image--remove-background": function(d) { return "去除背景"; },
    "editor--image--filter": function(d) { return "滤镜"; },
    "editor--colourable-image-fill-label": function(d) { return "颜色"; },
    "editor--image--filter--missing-image": function(d) { return "请先选择一张图片以使用滤镜功能。"; },
    "editor--image--filter--missing-clip": function(d) { return "请先选择一个录屏以使用滤镜功能。"; },
    "editor--style-switcher--style-item--duplicate-name": function(d) { return "复制 " + d.name; },
    "editor--style-switcher--heading--workspace-styles": function(d) { return "工作区样式"; },
    "editor--style-switcher--heading--this-presentation": function(d) { return "这个演示文稿"; },
    "editor--style-switcher--heading--slide-style": function(d) { return "幻灯片样式"; },
    "editor--style-switcher--button--new-style": function(d) { return "新样式"; },
    "editor--expand--button-text": function(d) { return "最大化"; },
    "editor--collapse--button-text": function(d) { return "最小化"; },
    "editor--style-switcher--menu-item--edit": function(d) { return "编辑"; },
    "editor--style-switcher--menu-item--duplicate": function(d) { return "复制"; },
    "editor--style-switcher--menu-item--delete": function(d) { return "删除"; },
    "editor--style-switcher--menu-item--apply-to-all-slides": function(d) { return "应用于所有幻灯片"; },
    "editor--style-switcher--menu-item--more-options": function(d) { return "更多选项"; },
    "editor--style-switcher--menu-item--publish-to-workspace": function(d) { return "发布到工作区"; },
    "editor--style-switcher--menu-item--update-from-workspace": function(d) { return "从工作区更新"; },
    "editor--style-switcher--menu-footer--select-slides": function(d) { return "选择"; },
    "editor--style-switcher--menu-footer--selected-slides-count": function(d) { return plural(d.count, 0, 'en', { "0": "未使用的样式", one: "用于1个幻灯片", other: "用于" + number(d.count, "count") + "个幻灯片" }); },
    "editor--sidebar--add-slide-button": function(d) { return "添加幻灯片"; },
    "editor--sidebar--add-slide-button-tooltip": function(d) { return "添加新幻灯片"; },
    "editor--sidebar--add-blank-slide-tooltip": function(d) { return "空白幻灯片"; },
    "editor--sidebar--slide--context-menu--copy-link": function(d) { return "复制链接"; },
    "editor--sidebar--slide--context-menu--inspect-in-dev-panel": function(d) { return "在开发面板中检查"; },
    "editor--sidebar--slide--context-menu--apply-style": function(d) { return "应用样式"; },
    "editor--sidebar--slide--context-menu--duplicate": function(d) { return "复制"; },
    "editor--sidebar--slide--context-menu--add-slide": function(d) { return "新建幻灯片"; },
    "editor--sidebar--slide--context-menu--assign": function(d) { return "分配..."; },
    "editor--sidebar--slide--context-menu--delete": function(d) { return "删除"; },
    "editor--sidebar--slide--context-menu--skip": function(d) { return "跳过幻灯片"; },
    "editor--sidebar--slide--context-menu--cut": function(d) { return "剪切"; },
    "editor--sidebar--slide--context-menu--copy": function(d) { return "复制"; },
    "editor--sidebar--slide--context-menu--paste": function(d) { return "粘贴"; },
    "editor--sidebar--slide--context-menu--paste-toast": function(d) { return "请使用" + d.paste_shortcut + "进行粘贴"; },
    "editor--sidebar--slide--user-dots--anonymous": function(d) { return "匿名"; },
    "editor--sidebar--slide--status-indicator--assigned": function(d) { return "已指派:" + d.name; },
    "editor--sidebar--slide--status-indicator--label": function(d) { return "幻灯片状态:" + d.status; },
    "editor--sidebar--slide--status-indicator--desc": function(d) { return "状态:" + d.status; },
    "editor--sidebar--slide--skipped-indicator-hint": function(d) { return "只有具有编辑权限的成员和访客才能看到此幻灯片。"; },
    "editor--sidebar--slide--skipped-indicator-hint-link": function(d) { return "了解更多"; },
    "inspector--panel-tab--design--slide-header": function(d) { return "幻灯片"; },
    "inspector--panel-tab--design--mixed-blocks-header": function(d) { return "混合块"; },
    "inspector--panel-tab--design--single-cell-header": function(d) { return "表格单元格"; },
    "inspector--panel-tab--design--multiple-cells-header": function(d) { return "表格单元格"; },
    "inspector--panel-tab--design--group-header": function(d) { return "组"; },
    "inspector--panel-tab--design--block-and-group-header": function(d) { return "块和组"; },
    "editor--inspector--slide-options--background-image": function(d) { return "背景图像"; },
    "editor--inspector--slide-options--reset-background": function(d) { return "重置背景"; },
    "editor--inspector--slide-options--slide-number": function(d) { return "幻灯片编号"; },
    "inspector--clips-template--circle": function(d) { return "圆形"; },
    "inspector--clips-template--square": function(d) { return "正方形"; },
    "inspector--clips-template--portrait": function(d) { return "竖屏"; },
    "inspector--clips-template--wide": function(d) { return "横屏"; },
    "inspector--clips-thumbnail--avatar": function(d) { return "头像"; },
    "inspector--panel-tab--speaker-notes": function(d) { return "演讲者笔记"; },
    "inspector--close-panel-button": function(d) { return "关闭面板"; },
    "editor--vimeo": function(d) { return "Vimeo"; },
    "editor--youtube": function(d) { return "YouTube"; },
    "editor--loom": function(d) { return "Loom"; },
    "editor--loom-link-placeholder": function(d) { return "粘贴任何 Loom 链接"; },
    "editor--vimeo-link-placeholder": function(d) { return "粘贴任何 Vimeo 链接"; },
    "editor--youtube-link-placeholder": function(d) { return "粘贴任何 YouTube 链接"; },
    "editor--you-tube-info": function(d) { return "将任何公共 YouTube 视频嵌入您的演示文稿。"; },
    "editor--loom-info": function(d) { return "将任何 Loom 视频嵌入您的演示文稿。"; },
    "editor--vimeo-info": function(d) { return "将任何公共 Vimeo 视频嵌入您的演示文稿。"; },
    "editor--embeds--generic-name": function(d) { return "其他链接"; },
    "editor--embeds--generic-placeholder": function(d) { return "粘贴任何链接"; },
    "editor--embeds--generic-text": function(d) { return "嵌入来自 Figma、Airtable、Mentimeter 等的内容。请注意,这仍在开发中,可能无法按预期工作。"; },
    "editor--embed-blocks--untitled-link": function(d) { return "未命名"; },
    "editor--embed-blocks--unknown-site": function(d) { return "站点"; },
    "editor--shape-picker--shape-styles": function(d) { return "形状"; },
    "editor--shape-picker--category-essential": function(d) { return "基本形状"; },
    "editor--shape-picker--category-line": function(d) { return "线条"; },
    "editor--shape-picker--category-diagram": function(d) { return "流程图"; },
    "editor--shape-picker--category-button": function(d) { return "按钮和标签"; },
    "editor--media-picker--library-label": function(d) { return "库"; },
    "editor--media-picker--integrations-label": function(d) { return "集成"; },
    "editor--media-picker--image-auth-attrib": function(d) { return "by"; },
    "editor--media-picker--upload-cta": function(d) { return "从您的电脑上传。"; },
    "editor--media-picker--offline-copy": function(d) { return "对不起,您当前处于离线状态。当您联机时,请再次搜索" + d.provider + "。"; },
    "editor--media-picker--no-results": function(d) { return "搜索没有结果。"; },
    "editor--media-picker--library-empty-cta": function(d) { return "转到库"; },
    "editor--media-picker--no-image-results-cta": function(d) { return "将图像上传到库"; },
    "editor--media-picker--no-video-results-cta": function(d) { return "将视频上传到库"; },
    "editor--media-picker--library-images-empty": function(d) { return "将图像上传到您的库,以便团队中的每个人都可以使用它们。"; },
    "editor--media-picker--library-videos-empty": function(d) { return "将视频上传到您的库,以便团队中的每个人都可以使用它们。"; },
    "editor--media-picker--library-images-no-results": function(d) { return "搜索没有结果。尝试查找其他内容或将图像添加到您的库中。"; },
    "editor--media-picker--library-videos-no-results": function(d) { return "搜索没有结果。尝试查找其他内容或将视频添加到您的库中。"; },
    "editor--media-picker--library-images-search": function(d) { return "搜索标志、照片或其他图像"; },
    "editor--media-picker--library-videos-search": function(d) { return "搜索视频或剪辑"; },
    "editor--library-images": function(d) { return "图片"; },
    "editor--library-videos": function(d) { return "视频"; },
    "editor--library-upsell": function(d) { return "品牌资产"; },
    "editor--library-upsell--title": function(d) { return "节省时间,保持品牌一致"; },
    "editor--library-upsell--title--app-store": function(d) { return "视频和图像库不可用"; },
    "editor--library-upsell--subtitle": function(d) { return "为您的工作空间提供一个经过批准的资源库。#[br]组织模板、字体、视频、图像等。"; },
    "editor--library-upsell--subtitle--app-store": function(d) { return "上传图像和视频到工作空间库#[br]不包含入门计划。"; },
    "editor--unsplash": function(d) { return "Unsplash"; },
    "editor--icons8": function(d) { return "Icons8"; },
    "editor--brandfetch": function(d) { return "品牌标志"; },
    "editor--giphy": function(d) { return "Giphy"; },
    "editor--media-picker--search-result--hint": function(d) { return "图像搜索结果 " + d.img_alt_text; },
    "editor--media-picker--view-results-for": function(d) { return "查看 " + d.next_up + " 的结果"; },
    "editor--media-picker--more": function(d) { return "更多"; },
    "editor--media-picker--all-styles": function(d) { return "所有样式"; },
    "editor--media-picker--brandfetch-copy": function(d) { return "快速找到最新的标志"; },
    "editor--media-picker--brandfetch-cta": function(d) { return "输入品牌名称或在上方输入 URL"; },
    "editor--media-picker--brandfetch-no-results": function(d) { return "没有结果"; },
    "editor--media-picker--brandfetch-no-results-cta": function(d) { return "检查是否有拼写错误"; },
    "editor--media-picker--brandfetch-examples-header": function(d) { return "例子"; },
    "editor--media-picker--brandfetch-legal-summary": function(d) { return "大多数品牌和标志受商标和版权法保护。"; },
    "editor--media-picker--brandfetch-legal-helplink": function(d) { return "查看我们关于公平使用的规定"; },
    "editor--media-picker--upload-media": function(d) { return "上传媒体"; },
    "editor--video-upload--uploading": function(d) { return "上传中"; },
    "editor--video-upload--transcoding": function(d) { return "处理中"; },
    "editor--video-upload--ready": function(d) { return "准备好播放了"; },
    "editor--video-upload--still-processed": function(d) { return "高质量版本仍在处理中,将在几分钟内提供。"; },
    "editor--video-upload--cancel": function(d) { return "取消"; },
    "editor--video-upload--dismiss-ready": function(d) { return "知道了"; },
    "editor--fonts--weights--heavy": function(d) { return "加粗"; },
    "editor--fonts--weights--medium": function(d) { return "中等"; },
    "editor--fonts--weights--black": function(d) { return "黑色"; },
    "editor--fonts--weights--semi-bold": function(d) { return "半粗体"; },
    "editor--fonts--weights--bold": function(d) { return "粗体"; },
    "editor--fonts--weights--bold-italic": function(d) { return "粗斜体"; },
    "editor--fonts--weights--extra-bold": function(d) { return "特粗体"; },
    "editor--fonts--weights--light": function(d) { return "轻体"; },
    "editor--fonts--weights--regular": function(d) { return "常规"; },
    "editor--fonts--weights--regular-italic": function(d) { return "斜体"; },
    "editor--fonts--weights--extra-light": function(d) { return "特细体"; },
    "editor--fonts--weights--thin": function(d) { return "细体"; },
    "editor--inline-text-editor--hint--toggle-bold": function(d) { return "切换加粗"; },
    "editor--inline-text-editor--hint--toggle-italic": function(d) { return "切换斜体"; },
    "editor--inline-text-editor--hint--toggle-strikethrough": function(d) { return "切换删除线"; },
    "editor--inline-text-editor--hint--link": function(d) { return "链接"; },
    "editor--inline-text-editor--list-type-bullet": function(d) { return "圆点"; },
    "editor--inline-text-editor--list-type-number": function(d) { return "数字"; },
    "editor--inline-text-editor--list-type-check": function(d) { return "勾选框"; },
    "editor--inline-text-editor--list-type-none": function(d) { return "无"; },
    "editor--inline-text-editor--align-left": function(d) { return "左对齐"; },
    "editor--inline-text-editor--align-right": function(d) { return "右对齐"; },
    "editor--inline-text-editor--align-center": function(d) { return "居中对齐"; },
    "editor--inline-text-editor--align-top": function(d) { return "顶部对齐"; },
    "editor--inline-text-editor--align-bottom": function(d) { return "底部对齐"; },
    "editor--inline-text-editor--tooltip--text-type": function(d) { return "文本样式"; },
    "editor--inline-text-editor--tooltip--text-color": function(d) { return "文本颜色"; },
    "editor--inline-text-editor--tooltip--text-alignment": function(d) { return "文本对齐方式"; },
    "editor--inline-text-editor--tooltip--text-font-size": function(d) { return "字体大小"; },
    "editor--inline-text-editor--tooltip--font-weight": function(d) { return "加粗"; },
    "editor--inline-text-editor--tooltip--font-italic": function(d) { return "斜体"; },
    "editor--inline-text-editor--tooltip--hyper-link": function(d) { return "超链接"; },
    "editor--inline-text-editor--tooltip--strikethrough": function(d) { return "删除线"; },
    "editor--inline-text-editor--tooltip--list-type": function(d) { return "列表类型"; },
    "editor--inline-shape-editor--tooltip--border-width": function(d) { return "边框宽度"; },
    "editor--inline-shape-editor--tooltip--line-width": function(d) { return "线条宽度"; },
    "editor--inline-shape-editor--tooltip--line-start": function(d) { return "线条起点"; },
    "editor--inline-shape-editor--tooltip--line-style": function(d) { return "线条样式"; },
    "editor--inline-shape-editor--tooltip--line-end": function(d) { return "线条终点"; },
    "editor--inline-table-editor--background-color": function(d) { return "背景"; },
    "editor--inline-table-editor--tooltip-font-weight": function(d) { return "加粗"; },
    "editor--inline-table-editor--tooltip-font-style": function(d) { return "斜体"; },
    "editor--inline-table-editor--tooltip-text-color": function(d) { return "文本颜色"; },
    "editor--inline-table-editor--tooltip-background-color": function(d) { return "背景颜色"; },
    "editor--inline-table-editor--tooltip-reset": function(d) { return "重置单元格样式"; },
    "editor--inline-table-editor--tooltip-horizontal-alignment": function(d) { return "水平对齐"; },
    "editor--inline-table-editor--tooltip-vertical-alignment": function(d) { return "垂直对齐"; },
    "editor--inline-table-editor--tidy": function(d) { return "整理"; },
    "editor--inline-table-editor--tooltip-tidy": function(d) { return "已整理"; },
    "editor--inline-table-editor--tidy-rows": function(d) { return "整理行"; },
    "editor--inline-table-editor--tidy-columns": function(d) { return "整理列"; },
    "editor--inline-table-editor--tooltip-tidy-rows": function(d) { return "分布行"; },
    "editor--inline-table-editor--tooltip-tidy-columns": function(d) { return "分布列"; },
    "editor--inline-table-editor--tooltip-tidy-both": function(d) { return "分布行和列"; },
    "editor--inline-text-editor--tooltip--more-options": function(d) { return "更多选项"; },
    "editor--inline-text-editor--tooltip--less-options": function(d) { return "较少选项"; },
    "editor--text-options--heading--line-spacing": function(d) { return "行间距"; },
    "editor--text-options--heading--letter-spacing": function(d) { return "字间距"; },
    "editor--text-options--heading--uppercase": function(d) { return "大写字母"; },
    "editor--text-options--synthetic-typeface-info": function(d) { return "这种字体样式是由您的浏览器生成的。在其他浏览器中可能会有所不同。"; },
    "editor--text-options--text-appearance": function(d) { return "字体"; },
    "editor--text-options--heading--paragraph-spacing": function(d) { return "段落间距"; },
    "editor--text-options--tooltip--font-family": function(d) { return "字体族"; },
    "editor--text-options--tooltip--font-style": function(d) { return "字体样式"; },
    "editor--text-options--tooltip--font-size": function(d) { return "字号"; },
    "editor--text-options--tooltip--text-color": function(d) { return "文本颜色"; },
    "editor--text-options--heading--text-styles": function(d) { return "文本样式"; },
    "editor--text-options--heading--text-style": function(d) { return "文本样式"; },
    "editor--text-options--text-style-update": function(d) { return "更新样式"; },
    "editor--text-options--text-style-reset": function(d) { return "重置样式"; },
    "editor--text-options--block-style-modifed": function(d) { return "此" + d.block_type + "样式已被修改。"; },
    "editor--style-builder--edit-style": function(d) { return "编辑样式"; },
    "editor--style-builder--edit-style-count": function(d) { return plural(d.count, 0, "en", { "0": "未使用的样式", one: "在1个幻灯片中使用", other: "在" + number(d.count, "count") + "个幻灯片中使用" }); },
    "editor--style-builder--edit-style-short": function(d) { return "编辑"; },
    "editor--style-builder--create-style": function(d) { return "创建样式"; },
    "editor--style-builder--default-style-name": function(d) { return "新样式"; },
    "editor--style-builder--untitled-style-name": function(d) { return "无标题样式"; },
    "editor--style-builder--name-input-label": function(d) { return "名称"; },
    "editor--style-builder--name-input-placeholder": function(d) { return "输入您的样式名称"; },
    "editor--style-builder--overview-label": function(d) { return "概述"; },
    "editor--style-builder--overview-count": function(d) { return plural(d.count, 0, en, { one: "1个样式", other: number(d.count, "个样式") }); },
    "editor--style-builder--colors-overview-label": function(d) { return "颜色"; },
    "editor--style-builder--overview-style-colors": function(d) { return "所有样式颜色"; },
    "editor--style-builder--typography-overview-label": function(d) { return "字体排版"; },
    "editor--style-builder--colors-label": function(d) { return "样式颜色"; },
    "editor--style-builder--fonts-label": function(d) { return "样式字体"; },
    "editor--style-builder--bullet-points-color-label": function(d) { return "项目符号颜色"; },
    "editor--style-builder--alternating-background-color-label": function(d) { return "交替背景颜色"; },
    "editor--style-builder--shape-color-label": function(d) { return "填充颜色"; },
    "editor--style-builder--line-and-shape-color-label": function(d) { return "边框颜色"; },
    "editor--style-builder--link-color-label": function(d) { return "颜色"; },
    "editor--style-builder--link-underline-label": function(d) { return "下划线"; },
    "editor--style-builder--alternating-text-color-label": function(d) { return "交替文本颜色"; },
    "editor--style-builder--background-color-label": function(d) { return "背景颜色"; },
    "editor--style-builder--header-text-color-label": function(d) { return "标题文本颜色"; },
    "editor--style-builder--table-border-color-label": function(d) { return "表格边框颜色"; },
    "editor--style-builder--axis-color-label": function(d) { return "坐标轴颜色"; },
    "editor--style-builder--chart-color-label": function(d) { return "图表颜色"; },
    "editor--style-builder--chart-palette-label": function(d) { return "调色板"; },
    "editor--style-builder--header-color-label": function(d) { return "标题颜色"; },
    "editor--style-builder--font-family-label": function(d) { return "字体"; },
    "editor--style-builder--font-size-label": function(d) { return "字号"; },
    "editor--style-builder--text-color-label": function(d) { return "文字颜色"; },
    "editor--style-builder--colors-tooltip": function(d) { return "这里会显示样式中出现的所有颜色及其位置。"; },
    "editor--style-builder--fonts-tooltip": function(d) { return "这里会显示样式中出现的所有字体及其位置。"; },
    "editor--style-builder--preview-text--title": function(d) { return "这是一个标题"; },
    "editor--style-builder--preview-text--text-in-shape": function(d) { return "文本"; },
    "editor--style-builder--preview-text--headline": function(d) { return "这是一个大标题"; },
    "editor--style-builder--preview-text--subheadline": function(d) { return "这是一个小标题"; },
    "editor--style-builder--preview-text--paragraph-1": function(d) { return "这是一个段落。痛苦本身很重要,发展的结果会随之而来,但同时也落下了很多的工作和痛苦。"; },
    "editor--style-builder--preview-text--paragraph-2": function(d) { return "至少让我说一句,没有人会从事任何一种锻炼,除非他从中获得了一些好处。"; },
    "editor--style-builder--preview-text--paragraph-3": function(d) { return "不要在痛斥中生气在快感中痛斥他要从痛中发一毛希望没有滋生。"; },
    "editor--style-builder--preview-text--link": function(d) { return "这是一个链接"; },
    "editor--style-builder--preview-text--list-1": function(d) { return "客户很满意"; },
    "editor--style-builder--preview-text--list-2": function(d) { return "他会追捕背道者,但在这种时候他们会受到丝毫怜悯。"; },
    "editor--style-builder--preview-text--list-3": function(d) { return "谁可以从事任何类型的工作,除非是出于某种目的"; },
    "editor--style-builder--preview-text--small-paragraph": function(d) { return "这是一个小段落。 痛苦本身很重要,发展的结果会随之而来,但同时也落下了很多的工作和痛苦。"; },
    "editor--style-builder--preview-text--table-1": function(d) { return "姓名"; },
    "editor--style-builder--preview-text--table-2": function(d) { return "角色"; },
    "editor--style-builder--preview-text--table-3": function(d) { return "喜欢的动物"; },
    "editor--style-builder--preview-text--table-4": function(d) { return "Ashley Croft"; },
    "editor--style-builder--preview-text--table-5": function(d) { return "创始人"; },
    "editor--style-builder--preview-text--table-6": function(d) { return "老虎"; },
    "editor--style-builder--preview-text--table-7": function(d) { return "Adam Smith"; },
    "editor--style-builder--preview-text--table-8": function(d) { return "市场总监"; },
    "editor--style-builder--preview-text--table-9": function(d) { return "树懒"; },
    "editor--popover-headline-style-colors": function(d) { return "样式颜色"; },
    "editor--popover-headline-other-colors": function(d) { return "演示颜色"; },
    "editor--color-button-auto-color": function(d) { return "自动颜色"; },
    "editor--color-button-change-color": function(d) { return "更改颜色"; },
    "editor--popover-add-color-tooltip": function(d) { return "添加颜色"; },
    "editor--popover-transparent": function(d) { return "透明"; },
    "editor--popover-color-dropper": function(d) { return "选择颜色"; },
    "editor--popover-color-dropper-tooltip-title": function(d) { return "不可用的取色器"; },
    "editor--popover-color-dropper-tooltip-description": function(d) { return "请使用 Pitch 桌面应用程序或 Chrome、Edge 或 Opera 浏览器使用此工具取样颜色。"; },
    "editor--popover-color-dropper-tooltip-alt-description": function(d) { return "请使用 Chrome、Edge 或 Opera 浏览器使用此工具取样颜色。"; },
    "editor--popover-color-dropper-tooltip-link-text": function(d) { return "了解更多"; },
    "editor--popover-color-dropper-tooltip-link-url": function(d) { return "https://help.pitch.com/zh-hans/articles/6125880-i-can-t-access-the-color-dropper"; },
    "lose-unsynced-changes--title": function(d) { return "离开文档?"; },
    "lose-unsynced-changes--body": function(d) { return "某些文档编辑未同步,可能会丢失。关闭此文档将永久删除您所做的更改。"; },
    "lose-unsynced-workspace-changes--body": function(d) { return "某些文档编辑未同步,可能会丢失。离开此工作区将永久删除您所做的更改。"; },
    "lose-unsynced-changes--btn": function(d) { return "离开并放弃更改"; },
    "hard-stop-modal--title": function(d) { return "您的最新更改无法保存"; },
    "hard-stop-modal--message--part1": function(d) { return "您的计算机似乎处于离线状态。我们正在尝试重新连接到服务器。"; },
    "hard-stop-modal--message--part2": function(d) { return "如果您继续遇到此问题,请#[contact_support]寻求帮助。"; },
    "hard-stop-modal--reload-button": function(d) { return "重新加载页面"; },
    "slide--title": function(d) { return "幻灯片"; },
    "slide--skipped": function(d) { return "跳过幻灯片"; },
    "slide--missing": function(d) { return "幻灯片缺失"; },
    "slide--remove-link": function(d) { return "删除链接"; },
    "slide--missing-alert-message": function(d) { return "你链接的幻灯片缺失了。尝试链接到另一个幻灯片,或删除链接。"; },
    "slide-links-dialog--cancel": function(d) { return plural(d.count, 0, en, { one: "保留幻灯片", other: "保留幻灯片" }); },
    "slide-links-dialog--confirm": function(d) { return plural(d.count, 0, en, { one: "删除幻灯片", other: "删除幻灯片" }); },
    "slide-links-dialog--delete-slide": function(d) { return plural(d.count, 0, en, { one: "删除此幻灯片也将删除 ", other: "删除这些幻灯片也将删除 " }); },
    "slide-links-dialog--links": function(d) { return plural(d.count, 0, en, { one: "一个链接 ", other: d.count + "个链接 " }); },
    "slide-links--list": function(d) { return plural(d.count, 0, en, { "0": "", "1": "在第" + d.a + "张幻灯片上的链接。", "2": "在第" + d.a + "张和第" + d.b + "张幻灯片上的链接。", "3": "在第" + d.a + "张、第" + d.b + "张和第" + d.c + "张幻灯片上的链接。", "4": "在第" + d.a + "张、第" + d.b + "张、第" + d.c + "张和第" + d.d + "张幻灯片上的链接。", other: "在其他幻灯片上的链接。" }); },
    "editor--slide-and-web-link-input-placeholder": function(d) { return "URL、幻灯片编号或电子邮件"; },
    "presentation-analytics--load-more-button": function(d) { return "加载更多"; },
    "presentation-analytics--load-more-is-loading": function(d) { return "正在加载结果"; },
    "presentation-analytics--load-more-error-msg": function(d) { return "请求失败"; },
    "presentation-analytics--load-more-error-try-again": function(d) { return "重试"; },
    "presentation-analytics-load-more-no-more-results": function(d) { return "没有更多访问记录"; },
    "presentation-analytics--enrtypoint--tooltip--title": function(d) { return "演示文稿分析"; },
    "presentation-analytics--enrtypoint--tooltip--content": function(d) { return "了解访问者和协作者与您的演示文稿的互动"; },
    "presentation-views--title--all-views": function(d) { return "访问量"; },
    "presentation-views--title--visitors": function(d) { return "独立访客数"; },
    "presentation-views--workspace-activity--title": function(d) { return "工作区活动"; },
    "presentation-views--workspace-activity--subtitle": function(d) { return "查看最近访问此演示文稿的成员和访客"; },
    "presentation-views--tabs--all-views": function(d) { return "所有访问量 (" + d.viewCount + ")"; },
    "presentation-views--tabs--all-views-tooltip-body": function(d) { return "查看来自所有来源的访问量: 公共访问、自定义链接、团队成员和被邀请的访客"; },
    "presentation-views--tabs--all-views-tooltip-cta": function(d) { return "了解详情"; },
    "presentation-views--tabs--managed-links": function(d) { return "自定义链接"; },
    "presentation-views--tabs--ws-members": function(d) { return "成员和访客 (" + d.viewCount + ")"; },
    "presentation-views--tabs--public-access": function(d) { return "公共访问"; },
    "presentation-views--tabs--workspace": function(d) { return "工作区"; },
    "presentation-views--tabs--public-access-tooltip-body": function(d) { return "分析您的公共访问链接和任何嵌入的表现。"; },
    "presentation-views--tabs--public-access-tooltip-cta": function(d) { return "了解详情"; },
    "presentation-views--tooltip--title": function(d) { return plural(d.views, 0, en, { "0": "0 次访问", one: "1 次访问", other: d.fmtViews + " 次访问" }); },
    "presentation-views--tooltip--public-access": function(d) { return "公共访问"; },
    "presentation-views--tooltip--link-access": function(d) { return "自定义链接访问"; },
    "presentation-views--tooltip--no-views": function(d) { return "没有访问"; },
    "presentation-views--row--source": function(d) { return "链接"; },
    "presentation-views--row--visitor": function(d) { return "访客"; },
    "presentation-views--row--visit": function(d) { return "访问"; },
    "presentation-views--row--device": function(d) { return "设备和浏览器"; },
    "presentation-views--row--name": function(d) { return "名称"; },
    "presentation-views--row--last-viewed": function(d) { return "最后浏览时间"; },
    "presentation-views--row--last-visit": function(d) { return "最后访问时间"; },
    "presentation-views--row--total-visits": function(d) { return "访问次数"; },
    "presentation-views--row--completion": function(d) { return "查看幻灯片"; },
    "presentation-views--row--completion--not-available": function(d) { return "不可用"; },
    "presentation-views--row--completion--not-available--tooltip": function(d) { return "此访客的参与度分析不可用。了解更多信息,请查看我们的#[帮助中心]。"; },
    "presentation-views--row--completion--not-available--tooltip-help-center": function(d) { return "帮助中心"; },
    "presentation-views--row--location": function(d) { return "地点"; },
    "presentation-views--row--source-tooltip": function(d) { return "该访客通过工作区或演示文稿邀请获得访问权限。"; },
    "presentation-views--row--device-tooltip": function(d) { return "Pitch不会向工作区成员和访客公开设备或位置信息。"; },
    "presentation-views--row--opening-time": function(d) { return "上次打开时间"; },
    "presentation-views--user--guest-label": function(d) { return "访客"; },
    "presentation-views--error--data-missing--headline": function(d) { return "数据无法加载"; },
    "presentation-views--error--data-missing--subline": function(d) { return "您可能已离线或我们无法连接到Pitch的服务器。请刷新页面重试。"; },
    "presentation-views--managed-link--row--name": function(d) { return "链接名称"; },
    "presentation-views--managed-link--activity--placeholder--title": function(d) { return "一个演示文稿,多个链接"; },
    "presentation-views--managed-link--activity--placeholder--description": function(d) { return "与客户、投资者或其他受众分享单独的链接,并查看他们何时访问了您的作品。"; },
    "presentation-views--managed-link--activity--placeholder--cta": function(d) { return "创建新链接"; },
    "presentation-views--managed-link--details--header--copy-link-tooltip": function(d) { return "复制链接"; },
    "presentation-views--managed-link--details--no-data-placeholder--title": function(d) { return "链接已准备好分享"; },
    "presentation-views--managed-link--details--no-data-placeholder--description": function(d) { return "将你的演示文稿发送给投资者、客户或其他人,然后回到这里查看他们何时访问。"; },
    "presentation-views--managed-link--details--no-data-placeholder--cta": function(d) { return "复制链接"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout": function(d) { return "#[link-disabled] 要继续跟踪访问,请转到#[share-settings] 并启用此自定义链接。"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--link-disabled": function(d) { return "链接已禁用。"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--share-settings": function(d) { return "共享设置"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--engagement-analytics-disabled": function(d) { return "参与度分析已禁用。"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--no-eng-analytics": function(d) { return "在参与度分析关闭之前收集了任何幻灯片级别的数据。要重新启用此功能,请前往#[share-settings] 并再次为此链接启用它。"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--no-eng-analytics-or-slide-level-data": function(d) { return "要查看幻灯片级别的数据,请前往#[share-settings] 并为此链接启用参与度分析。"; },
    "presentation-views--managed-link--details--slides-title": function(d) { return "查看的幻灯片"; },
    "presentation-views--managed-link--details--slide--tooltip": function(d) { return plural(d.views, 0, en, { "0": "0 次浏览", one: "1 次浏览", other: d.views + " 次浏览" }); },
    "presentation-views--public-access--activity--placeholder--title": function(d) { return "链接已准备好分享"; },
    "presentation-views--public-access--activity--placeholder--description": function(d) { return "任何人都可以复制公共访问链接或查看嵌入式演示文稿,无需 Pitch 帐户。无论您如何分享,一旦访问者到达,您都可以在此处查看他们的活动。"; },
    "presentation-views--public-access--activity--placeholder--cta": function(d) { return "复制链接"; },
    "presentation-views--public-access--activity--not-public-placeholder--title": function(d) { return "分享您的工作,了解您的影响力。"; },
    "presentation-views--public-access--activity--not-public-placeholder--description": function(d) { return "通过打开公共访问,查看人们何时访问此演示文稿。与任何人分享链接,无需 Pitch 帐户。"; },
    "presentation-views--public-access--activity--not-public-placeholder--cta": function(d) { return "启用公共访问"; },
    "presentation-views--public-access--activity--not-public-placeholder--callout": function(d) { return "#[link-disabled] 要继续跟踪访问,请转到#[share-settings]并启用公共访问。"; },
    "presentation-views--public-access--activity--not-public-placeholder--callout--link-disabled": function(d) { return "链接已禁用。"; },
    "presentation-views--public-access--activity--not-public-placeholder--callout--share-settings": function(d) { return "分享设置"; },
    "presentation-views--managed-link--details--section-title--chart": function(d) { return "幻灯片浏览量"; },
    "presentation-views--managed-link--details--section-title--activity-table": function(d) { return "活动"; },
    "presentation-views--managed-link--details--chart-tooltip": function(d) { return "只要访问者打开幻灯片,就会产生一次幻灯片浏览。"; },
    "presentation-views--managed-link--details--table-tooltip": function(d) { return "只要一个人使用自定义链接打开此演示文稿,就会产生一次访问。每一行都是唯一的,来自同一访问者的访问不会被分组。"; },
    "presentation-views--search--no-results-title": function(d) { return "无结果"; },
    "presentation-views--search--no-results-subtitle": function(d) { return "尝试使用其他搜索词汇。"; },
    "presentation-views--empty--title": function(d) { return "在等待别人吗?"; },
    "presentation-views--empty--description": function(d) { return "当其他人访问此演示文稿时,您将在此处看到他们的活动。"; },
    "presentation-views--empty--cta": function(d) { return "邀请他人进行协作"; },
    "presentation-views--error--title": function(d) { return "出了些问题"; },
    "presentation-views--error--description": function(d) { return "我们目前无法加载您的演示文稿分析数据。请稍后再查看,如果问题仍然存在,请联系支持团队。"; },
    "public-views--title": function(d) { return plural(d.views, 0, en, { "0": "0 次访问", one: "1 次访问", other: d.fmtViews + " 次访问" }); },
    "public-views--v2--title": function(d) { return "公开访问活动"; },
    "public-views--v2--description": function(d) { return "了解人们何时使用嵌入代码或公开访问链接访问此演示文稿。"; },
    "public-views--link-disabled-owner": function(d) { return "#[intro] 若要继续跟踪访问,请单击#[share-settings]并启用公开访问"; },
    "public-views--link-disabled-intro": function(d) { return "链接已禁用。"; },
    "public-views--link-disabled-sharee": function(d) { return "#[intro] 要继续跟踪访问,请请求演示文稿所有者启用公开访问。"; },
    "public-views--last-24-hours": function(d) { return "过去24小时"; },
    "public-views--last-7-days": function(d) { return "过去7天"; },
    "public-views--last-14-days": function(d) { return "过去14天"; },
    "public-views--last-30-days": function(d) { return "过去30天"; },
    "public-views--last-90-days": function(d) { return "过去90天"; },
    "public-views--all-time": function(d) { return "全部时间"; },
    "public-views--public": function(d) { return "公开链接"; },
    "public-views--public--tooltip": function(d) { return "通过公共访问链接访问的访问总数"; },
    "public-views--embeds": function(d) { return "嵌入"; },
    "public-views--embeds--tooltip": function(d) { return "通过嵌入演示文稿进行访问的访问总数"; },
    "public-views--now": function(d) { return "现在"; },
    "public-views--today": function(d) { return "今天"; },
    "public-views--copy-link": function(d) { return "复制链接"; },
    "public-views--details--title": function(d) { return "公共访问"; },
    "public-access--empty-disabled--title": function(d) { return "分享您的工作。了解您的影响力。"; },
    "public-access--empty-disabled--text": function(d) { return "通过打开公共访问来查看访问此演示文稿的时间。#[line_break] 将链接与任何人分享,不需要Pitch帐户。"; },
    "public-views--empty-disabled--cta": function(d) { return "启用公共访问"; },
    "public-access--empty-enabled--title": function(d) { return "链接已准备好分享"; },
    "public-access--empty-enabled--text": function(d) { return "任何人都可以打开公共访问链接或查看嵌入式演示文稿,#[line_break] 不需要 Pitch 账户。无论您如何分享,一旦访问者到达,#[line_break] 您可以在这里分析他们的活动。"; },
    "presentation-analytics-managed-links--visit-title": function(d) { return "自定义链接访问"; },
    "presentation-views--managed-links-list--title": function(d) { return "自定义链接活动"; },
    "presentation-views--managed-links-list--subtitle": function(d) { return "跟踪您分享的自定义链接的访问情况。当链接启用了参与度分析时,您还可以查看幻灯片参与度和返回访问情况。"; },
    "presentation-analytics-managed-links-list--tooltip-body": function(d) { return "查看您创建的自定义链接以及访问者使用它们的时间。"; },
    "presentation-analytics-managed-links-list--tooltip-cta": function(d) { return "了解更多"; },
    "presentation-analytics-managed-links-list--new-link": function(d) { return "新建自定义链接"; },
    "presentation-analytics-managed-links-list--table-left": function(d) { return "链接名称"; },
    "presentation-analytics-managed-links-list--table-right": function(d) { return "访问量"; },
    "presentation-analytics-managed-links-list--disabled": function(d) { return "已禁用"; },
    "presentation-analytics-managed-links-list--locked-tooltip": function(d) { return "链接已设有密码"; },
    "presentation-analytics-managed-links-list--created-at-tooltip": function(d) { return "于#[date] #[time] 创建"; },
    "presentation-analytics-managed-links-list--visits--not-opened": function(d) { return "未打开"; },
    "presentation-analytics-managed-links-list--inactive-label": function(d) { return "不活跃"; },
    "presentation-analytics-managed-links-list--slide-visits--not-opened": function(d) { return "未有访问"; },
    "presentation-analytics-managed-links-list--engagement-icon-label": function(d) { return "已启用参与度分析"; },
    "presentation-analytics-managed-links-list--edit-link-label": function(d) { return "编辑链接"; },
    "presentation-analytics-managed-links--empty--title": function(d) { return "一个演示文稿,多个链接"; },
    "presentation-analytics-managed-links--empty--description": function(d) { return "将单独的链接与客户、投资者或其他受众分享,#[line_break] 并查看他们访问您的工作的时间。"; },
    "presentation-analytics-managed-links--empty--cta": function(d) { return "创建新链接"; },
    "presentation-analytics-managed-link--empty--title": function(d) { return "链接已准备好分享"; },
    "presentation-analytics-managed-link--empty--description": function(d) { return "将您的演示文稿发送给投资者、客户或其他人。#[line_break] 然后返回此处,查看他们何时访问。"; },
    "presentation-analytics-managed-link--empty-and-disabled--title": function(d) { return "启用链接以分享"; },
    "presentation-analytics-managed-link--empty-and-disabled---description": function(d) { return "您已禁用此链接。启用它以将您的演示文稿#[line_break] 发送给投资者、客户或其他人。然后返回此处,查看他们何时访问。"; },
    "presentation-analytics-managed-link--disabled": function(d) { return "#[presentation-analytics-managed-link--disabled-intro] 要继续跟踪查看记录,请单击 #[presentation-analytics-managed-link--disabled-share-settings] 并启用公共访问"; },
    "presentation-analytics-managed-link--disabled-intro": function(d) { return "链接已禁用。"; },
    "presentation-analytics-managed-link--disabled-share-settings": function(d) { return "共享设置"; },
    "presentation-analytics-managed-link--copy-link": function(d) { return "复制链接"; },
    "presentation-analytics-managed-link--copy-access-code": function(d) { return "复制访问码"; },
    "presentation-analytics-managed-link--bar-chart--title": function(d) { return "总幻灯片查看次数"; },
    "presentation-analytics-managed-link--bar-chart--label--slides": function(d) { return "幻灯片"; },
    "presentation-analytics-managed-link--bar-chart--label--views": function(d) { return "查看次数"; },
    "presentation-analytics-managed-link--bar-chart--tooltip--slide": function(d) { return "第 " + d.slide_number + " 张幻灯片"; },
    "presentation-analytics-managed-link--bar-chart--tooltip--views": function(d) { return plural(d.views, 0, en, { "0": "无查看记录", one: "1 次查看", other: number(d.views, "次查看") }); },
    "presentation-analytics-starter-without-upgrade-incentive--toolbar-tooltip-title": function(d) { return "演示文稿分析"; },
    "presentation-analytics-starter-without-upgrade-incentive--toolbar-tooltip-content": function(d) { return "入门计划中#[br]不包含分析功能。"; },
    "presentation-analytics-starter-without-upgrade-incentive--activity--title": function(d) { return "无法查看活动"; },
    "presentation-analytics-starter-without-upgrade-incentive--activity--content": function(d) { return "Starter计划中不包括演示文稿分析功能。"; },
    "presentation-analytics-starter-without-upgrade-incentive--public-access--title": function(d) { return "无法查看公共链接活动"; },
    "presentation-analytics-starter-without-upgrade-incentive--public-access--content": function(d) { return "Starter计划中不包括演示文稿分析功能。"; },
    "presentation-analytics-starter-without-upgrade-incentive--managed-links--title": function(d) { return "无法使用自定义链接"; },
    "presentation-analytics-starter-without-upgrade-incentive--managed-links--content": function(d) { return "Starter计划中不包括自定义链接的演示文稿分析功能。"; },
    "presentation-analytics-starter-without-upgrade-incentive--share-dialog-managed-links--title": function(d) { return "自定义链接"; },
    "presentation-analytics-starter-without-upgrade-incentive--share-dialog-managed-links--content": function(d) { return "Starter计划中不包括自定义链接。"; },
    "presentation-analytics-starter-with-upgrade-incentive--toolbar-tooltip-title": function(d) { return "追踪观众兴趣"; },
    "presentation-analytics-starter-with-upgrade-incentive--toolbar-tooltip-content": function(d) { return "演示文稿分析可以帮助您了解访客与您的文稿的交互方式。"; },
    "presentation-analytics-starter-with-upgrade-incentive--activity--title": function(d) { return "了解您的受众"; },
    "presentation-analytics-starter-with-upgrade-incentive--activity--content": function(d) { return "演示文稿分析让您可以查看所有来源的互动情况,#[line_break]从工作区成员到公共访客。"; },
    "presentation-analytics-starter-with-upgrade-incentive--public-access--title": function(d) { return "分享您的作品。了解您的影响力"; },
    "presentation-analytics-starter-with-upgrade-incentive--public-access--content": function(d) { return "使用演示文稿分析功能,了解人们如何查看#[line_break]您嵌入的和公开分享的演示文稿。"; },
    "presentation-analytics-starter-with-upgrade-incentive--managed-links--title": function(d) { return "一份演示文稿,多个链接"; },
    "presentation-analytics-starter-with-upgrade-incentive--managed-links--content": function(d) { return "与特定组或频道共享个别链接,可选择使用密码。#[line_break]然后单独分析它们,以获取更深入的洞察力。"; },
    "presentation-analytics-starter-with-upgrade-incentive--share-dialog-managed-links--title": function(d) { return "安全分享您的演示文稿"; },
    "presentation-analytics-starter-with-upgrade-incentive--share-dialog-managed-links--content": function(d) { return "创建自定义链接,以跟踪特定组或频道的活动,可选择使用密码。"; },
    "presentation-analytics-redirect-from-mobile-headline": function(d) { return "在您的计算机上打开此演示文稿以查看分析数据"; },
    "presentation-analytics-redirect-from-mobile-description": function(d) { return "目前暂不支持在移动设备上查看演示文稿的分析数据。请使用Pitch的Web或桌面应用程序来访问它们。"; },
    "error--video-too-large": function(d) { return "视频文件大小不能超过5GB。请尝试上传较小的文件。"; },
    "error--invalid-asset-type": function(d) { return "我们目前不支持该文件类型。您可以上传JPG、PNG、SVG或GIF文件,或使用我们的集成搜索图像。"; },
    "error--upload-error": function(d) { return "上传错误"; },
    "error--font-upload--error-dialog": function(d) { return "上传字体时出现问题。请重试,或者#[font-upload-error-link]。"; },
    "error--font-upload--link-message": function(d) { return "阅读这些故障排除提示"; },
    "error--font-upload--link": function(d) { return "https://help.pitch.com/en/articles/4298124-i-m-having-issues-uploading-custom-fonts"; },
    "error--video-upload--error-dialog": function(d) { return "上传视频时出现问题。请重试,并确保您的视频大小不超过5GB。"; },
    "error--trying-to-logout-when-offline": function(d) { return "看起来您处于离线状态。您需要在线才能退出Pitch。"; },
    "error--session-cannot-be-refreshed-headline": function(d) { return "您的会话已过期"; },
    "error--session-cannot-be-refreshed": function(d) { return "请重新登录(不可用)以继续使用。"; },
    "error-session-cannot-be-refreshed-button": function(d) { return "登录(不可用)"; },
    "error--slide-not-found": function(d) { return "该幻灯片已不存在,因此已打开第一张幻灯片。"; },
    "error--presentation-not-found": function(d) { return "我们找不到该演示文稿。它可能已被删除,或者您没有访问权限。请向共享演示文稿的人寻求帮助。"; },
    "error--invalid-presentation-share-link": function(d) { return "该链接似乎无效。尝试向发送链接的人寻求帮助。"; },
    "error--image-upload-limit-exceeded": function(d) { return "您一次最多可以上传10个图像。请分批上传。"; },
    "error--media-upload-limit-exceeded": function(d) { return "您一次最多可以上传10个媒体文件。请分批上传。"; },
    "error--unsupported-file": function(d) { return "您似乎正在尝试上传我们不支持的文件类型。请查看我们的帮助中心,了解此功能支持的文件类型。"; },
    "error--unsupported-images": function(d) { return "您似乎正在尝试上传我们不支持的文件类型。您可以上传 JPG、PNG、SVG 或 GIF 文件。"; },
    "error--unsupported-fonts": function(d) { return "您似乎正在尝试上传我们不支持的字体文件类型。您可以上传 OpenType (.otf) 和 TrueType (.ttf) 文件。"; },
    "error--could-not-fetch-images": function(d) { return "我们无法添加该图片。尝试拖放或从您的计算机上传。"; },
    "error--image-upload-offline-web-app": function(d) { return "看起来您处于离线状态。尝试在您回到在线状态时上传图片,或者使用我们的桌面应用进行离线上传。"; },
    "error--media-upload-offline-web-app": function(d) { return "看起来您处于离线状态。尝试在您回到在线状态时上传媒体文件,或者使用我们的桌面应用进行离线上传。"; },
    "error--auto-updater-failed": function(d) { return "更新应用程序时出现问题。稍后我们将再次尝试。"; },
    "error--auto-updating-not-in-applications-folder": function(d) { return "启动 Pitch 时出现问题。确保应用程序在应用程序文件夹中,并重试。"; },
    "error--unauthorized-workspace": function(d) { return "似乎您没有访问此工作区的权限。尝试向邀请您的人寻求帮助。"; },
    "error--unauthorized-folder": function(d) { return "似乎您没有访问此文件夹的权限。尝试向邀请您的人寻求帮助。"; },
    "error--workspace-role-access-denied": function(d) { return "只有工作区所有者和管理员才能访问此页面。"; },
    "error--workspace-role-access-denied--owner": function(d) { return "只有工作区所有者才能访问此页面。"; },
    "error--cant-move-shared-presentation": function(d) { return "只有演示文稿的所有者才能将其移动到其他文件夹中。"; },
    "error--oops": function(d) { return "出了点问题,我们还不知道具体原因。如果问题持续,请联系支持团队。"; },
    "error--duplication-failed": function(d) { return "复制这个演示文稿时出了问题。请重试或联系支持团队。"; },
    "error--consent-failed": function(d) { return "提交您的同意时出了问题。请重试或联系支持团队。"; },
    "error--generic-issue--heading": function(d) { return "出了点问题"; },
    "error--generic-sync-issue--heading": function(d) { return "哎呀,出了点问题"; },
    "error--document-was-deleted--heading": function(d) { return "此演示文稿已被删除"; },
    "error--document-is-private--heading": function(d) { return "此演示文稿在一个私有文件夹中"; },
    "error--no-workspace-access--heading": function(d) { return "您不是此工作区的成员"; },
    "error--generic-render-issue--heading": function(d) { return "糟糕,出了点问题"; },
    "error--generic-issue--reload-button": function(d) { return "重试"; },
    "error--generic-issue--go-to-dashboard-button": function(d) { return "转到仪表盘"; },
    "error--generic-issue--go-to-pitch-button": function(d) { return "返回 Pitch"; },
    "error--indexeddb-terminated--refresh-button": function(d) { return "刷新"; },
    "error--user-was-logged-out-headline": function(d) { return "似乎我们已经断开连接"; },
    "error--user-was-logged-out-description": function(d) { return "重新登录(不可用) Pitch 并重试。"; },
    "error--render-issue--line1": function(d) { return "出了点问题,我们还不知道具体原因。"; },
    "error--render-issue--line2": function(d) { return "刷新页面,如果问题仍然存在,请联系支持团队。"; },
    "error--card-render-issue": function(d) { return "内容不可用。请尝试刷新页面或联系支持团队。"; },
    "error--embed-block-invalid-url--title": function(d) { return "我们无法嵌入此链接"; },
    "error--embed-block-invalid-url--description": function(d) { return "请确保它是公开可用的。"; },
    "error--block-render-issue": function(d) { return d.blocktype + "不可用。请尝试刷新页面或更新Pitch,如果问题仍然存在,请联系支持。"; },
    "error--cant-open-presentation--generic": function(d) { return "我们无法打开那个演示文稿。请重试,并在问题持续存在时联系支持。"; },
    "error--cant-open-presentation--old-version": function(d) { return "那个演示文稿是使用新版本的Pitch创建的。更新您的应用程序,然后再次尝试打开它。"; },
    "error--cant-open-presentation--document-deleted": function(d) { return "如果您认为有错误,请联系演示文稿所有者寻求帮助。"; },
    "error--cant-open-presentation--private-document--owner-known": function(d) { return "联系#[ownerName] (#[ownerEmail]) 请求访问权限。"; },
    "error--cant-open-presentation--private-document--owner-unknown": function(d) { return "联系演示文稿所有者请求访问权限。"; },
    "error--cant-open-presentation--no-workspace-access": function(d) { return "从管理员请求一个工作区邀请。如果您认为自己已经是成员,请确保使用正确的帐户登录(不可用)。"; },
    "error--cant-open-workspace--generic": function(d) { return "我们无法打开那个工作区。请重试,并在问题持续存在时联系支持。"; },
    "error--slide-render-issue--line1": function(d) { return "加载预览失败"; },
    "error--slide-render-issue--line2": function(d) { return "如果此问题持续存在,请联系支持。"; },
    "error--unauthorized-presentation--headline": function(d) { return "您未被授权访问此演示文稿"; },
    "error--unauthorized-presentation--description": function(d) { return "演示文稿所有者未授权您访问。请联系所有者共享给您访问权限。"; },
    "error--unauthorized-workspace--headline": function(d) { return "您不是该工作区的成员"; },
    "error--unauthorized-workspace--description": function(d) { return "请联系工作区中的某个成员向您发送加入链接。"; },
    "error--no-internet--heading": function(d) { return "您似乎已经离线了"; },
    "error--no-internet--desc": function(d) { return "不要担心——您的所有编辑内容都已本地保存,一旦您重新联网,将同步到您的工作区。"; },
    "error--document-not-found--heading": function(d) { return "我们找不到该演示文稿"; },
    "error--document-not-found--description": function(d) { return "可能已被删除或设为私密。请尝试向所有者请求帮助。"; },
    "error--cant-write-to-server--heading": function(d) { return "您的更改尚未同步"; },
    "error--cant-write-to-server--desc": function(d) { return "您的所有编辑内容都已保存在本地,并将在您重新联网后同步到您的工作区。如果此错误持续,请联系支持人员。"; },
    "error--write-queue-error--heading": function(d) { return "保存工作时出现了错误"; },
    "error--write-queue-error--description": function(d) { return "你的更改可能没有被保存。如果这个问题继续存在,请联系支持人员。"; },
    "error--storage-failure--heading": function(d) { return "你的系统存储空间已满"; },
    "error--storage-failure--description": function(d) { return "尝试释放一些硬盘空间或清除你的浏览器数据。如果这些不起作用,请联系支持人员。"; },
    "error--indexeddb-quota--heading": function(d) { return "你的系统存储空间已满"; },
    "error--indexeddb-quota--description": function(d) { return "我们无法继续在这台设备上保存你的更改。尝试释放一些硬盘空间或清除你的浏览器数据。"; },
    "error--indexeddb-terminated--heading": function(d) { return "只是一些例行的清理工作"; },
    "error--indexeddb-terminated--description": function(d) { return "存储被优化,以使应用程序运行更快。#[br]刷新页面以享受体验。"; },
    "error--invalid-public-link--heading": function(d) { return "该链接似乎无法使用"; },
    "error--invalid-public-link--description": function(d) { return "要么那个演示文稿不存在,要么它未与你共享。尝试向其所有者寻求帮助。"; },
    "error--color-dropper--title": function(d) { return "取色器出了问题"; },
    "error--color-dropper--description": function(d) { return "如果这个问题持续存在,请查看我们的#[help-center-link]文章或#[contact-support-link]联系支持团队。"; },
    "error--color-dropper-help-center-link--text": function(d) { return "帮助中心"; },
    "error--color-dropper-contact-support-link--text": function(d) { return "联系支持"; },
    "error--color-dropper-help-center-link--url": function(d) { return "https://help.pitch.com/zh-CN/articles/6125880-%E6%88%91%E6%97%A0%E6%B3%95%E8%AE%BF%E9%97%AE%E5%8F%96%E8%89%B2%E5%99%A8"; },
    "error--color-dropper-contact-support-link--url": function(d) { return "https://help.pitch.com/zh-CN/collections/2135343-%E8%81%94%E7%B3%BB%E6%88%91%E4%BB%AC"; },
    "error--footer--logged-in-as--text": function(d) { return "您已登录(不可用)为#[email]。您可能需要#[log-in-link]"; },
    "error--footer-log-in-with-different-email-address--link": function(d) { return "使用其他电子邮件地址登录(不可用)。"; },
    "billing--go-back": function(d) { return "返回"; },
    "billing--go-back-to-workspace": function(d) { return "返回工作区"; },
    "billing--page-title": function(d) { return select(d.premium, { true: "计费:", false: "升级您的工作区", other: "计费:" }) + d.workspaceName; },
    "billing--page--back--title": function(d) { return "计费"; },
    "billing--upgrade-button": function(d) { return "升级到专业版"; },
    "billing--discover-button": function(d) { return "探索Pitch专业版"; },
    "billing--pro-page--overview": function(d) { return "概述"; },
    "billing--pro-page--subscription": function(d) { return "订阅"; },
    "billing--pro-page--overview--payment-method": function(d) { return "付款方式:"; },
    "billing--pro-page--overview--billing-email": function(d) { return "账单邮件:"; },
    "billing--pro-page--overview--payment-method-wrapper": function(d) { return d.method + "(尾号" + d.last4 + ")"; },
    "billing--pro-page--overview--manual-payment-method": function(d) { return "银行转账"; },
    "billing--pro-page--overview--pitch-pro": function(d) { return "Pitch专业版"; },
    "billing--pro-page--subscription--pitch-pro--interval": function(d) { return "Pitch专业版(#[renewal-interval])"; },
    "billing--pro-page--overview--current-plan": function(d) { return "当前计划:"; },
    "billing--pro-page--subscription--active-plan": function(d) { return "当前计划"; },
    "billing--pro-page--overview--price": function(d) { return "价格:"; },
    "billing--pro-page--overview--balance": function(d) { return "账户余额:"; },
    "billing--pro-page--overview--members": function(d) { return select(d.perSeat, { true: "席位", false: "成员", other: "成员" }) + ":"; },
    "billing--pro-page--overview--price-per-member": function(d) { return d.price + "每" + select(d.perSeat, { true: "席位", false: "工作区成员", other: "工作区成员" }); },
    "billing--pro-page--overview--number-of-members": function(d) { return plural(d.members, 0, en, { "0": "没有成员", one: "1个成员", other: number(d.members, "成员") + "个成员" }); },
    "billing--pro-page--overview--number-of-seats": function(d) { return plural(d.seats, 0, en, { "0": "没有席位", one: "1个席位", other: number(d.seats, "席位") + "个席位" }) + plural(d.emptySeats, 0, en, { "0": "", other: "(" + number(d.emptySeats, "空席位") + "个空)" }); },
    "billing--pro-page--overview--active": function(d) { return "激活"; },
    "billing--pro-page--overview--cancelled": function(d) { return "已取消"; },
    "billing--pro-page--overview--renewal-interval": function(d) { return select(d.interval, { monthly: "每月", yearly: "每年", other: "" }); },
    "billing--pro-page--subscription--renewal-date": function(d) { return select(d.isSubscriptionActive, { true: "续费", false: "取消", other: "续费" }) + "日期:"; },
    "billing--pro-page--overview--cycle": function(d) { return "账单周期:"; },
    "billing--pro-page--overview--renewal": function(d) { return "#[续订周期](" + select(d.isSepa, { true: "结束", false: "续订", other: "续订" }) + " " + d.date + ")"; },
    "billing--pro-page--overview--cancel-subscription--renewal": function(d) { return "您可以在#[续费日期]之前使用所有Pitch Pro功能。"; },
    "billing--pro-page--overview--upcoming-payment-notice": function(d) { return "在#[续订日期],您将被收取#[金额]。"; },
    "billing--pro-page--overview--upcoming-payment-notice--with-credit": function(d) { return "在#[续订日期],您将支付剩余的#[金额]。总金额为" + d.total + ",我们已经使用您现有的" + d.credit + "。"; },
    "billing--pro-page--invoices--credit-balance": function(d) { return "您有#[余额]的信用余额。" + select(d.subscriptionActive, { true: "我们将在未来的账单中使用这个金额。", false: "您可以将其用于未来的账单或升级到Pro。", other: "您可以将其用于未来的账单或升级到Pro。" }); },
    "billing--pro-page--subscription--upcoming-invoice": function(d) { return "即将到期发票:"; },
    "billing--pro-page--subscription--upcoming-invoice--value": function(d) { return "于#[date] #[amount]开票"; },
    "billing--pro-page--subscription--features--until": function(d) { return "您可以在取消日期之前使用Pitch Pro的所有功能。"; },
    "billing--pro-page--subscription--keep-pro-subscription": function(d) { return "保持Pro订阅"; },
    "billing--pro-page--invoices--members-notice": function(d) { return "添加或删除工作区成员将更改您的即将到期发票。"; },
    "billing--pro-page--invoices--interval": function(d) { return select(d.interval, { monthly: "每月", yearly: "每年", other: "" }); },
    "billing--pro-page--invoices--pitch-pro": function(d) { return "#[plan] #[interval]发票##[number]"; },
    "billing--pro-page--invoices--open-members-list": function(d) { return "管理成员"; },
    "billing--pro-page--invoices--item": function(d) { return "项目"; },
    "billing--pro-page--invoices--date": function(d) { return "日期"; },
    "billing--pro-page--invoices": function(d) { return "发票"; },
    "billing--pro-page--invoices--view-invoice": function(d) { return "查看发票"; },
    "billing--pro-page--invoices--processed": function(d) { return "发票仍在处理中..."; },
    "billing--pro-page--invoices--number": function(d) { return "编号"; },
    "billing--pro-page--invoices--amount": function(d) { return "金额"; },
    "billing--pro-page--invoices--status": function(d) { return "状态"; },
    "billing--pro-page--invoices--invoice-view": function(d) { return "查看"; },
    "billing--pro-page--invoices--invoice-pay": function(d) { return "现在付款"; },
    "billing--pro-page--invoices--invoice-upcoming": function(d) { return "即将到期"; },
    "billing--pro-page--invoices--invoice-draft": function(d) { return "草稿"; },
    "billing--pro-page--invoices--invoice-open": function(d) { return "开放"; },
    "billing--pro-page--invoices--invoice-due": function(d) { return "应付款"; },
    "billing--pro-page--invoices--invoice-paid": function(d) { return "已付款"; },
    "billing--pro-page--manage": function(d) { return "账户管理"; },
    "billing--pro-page--manage--cancel-subscription--title": function(d) { return "您将会错过以下功能"; },
    "billing--pro-page--manage--cancel-subscription--reason": function(d) { return "您为什么要取消Pitch Pro?"; },
    "billing--pro-page--manage--cancel-subscription--feature--guests": function(d) { return "客人共享"; },
    "billing--pro-page--manage--cancel-subscription--feature--private-folders": function(d) { return "私人文件夹"; },
    "billing--pro-page--manage--cancel-subscription--feature--shared-folders": function(d) { return "与选定的团队成员共享文件夹"; },
    "billing--pro-page--manage--cancel-subscription--feature--video": function(d) { return "上传视频"; },
    "billing--pro-page--manage--cancel-subscription--feature--files": function(d) { return "上传超过5MB的文件"; },
    "billing--pro-page--manage--cancel-subscription--feature--sharing": function(d) { return "公开共享演示文稿,无需横幅"; },
    "billing--pro-page--manage--cancel-subscription--keep": function(d) { return "保留Pitch Pro"; },
    "billing--pro-page--manage--cancel-subscription--back": function(d) { return "返回"; },
    "billing--pro-page--manage--cancel-subscription--help-center": function(d) { return "帮助中心"; },
    "billing--pro-page--manage--cancel-subscription--support": function(d) { return "联系支持"; },
    "billing--pro-page--manage--cancel-subscription--further-questions": function(d) { return "如果您有进一步的问题,请查看我们的#[help-center]或#[support]。"; },
    "billing--pro-page--manage--cancel-subscription": function(d) { return "取消订阅"; },
    "billing--pro-page--manage--cancel-subscription--confirm": function(d) { return "继续取消"; },
    "billing--pro-page--manage--cancel-subscription--cancel": function(d) { return "取消Pitch Pro"; },
    "billing--pro-page--manage--cancel-subscription--successful": function(d) { return "您的Pitch Pro订阅已成功取消。"; },
    "billing--pro-page--manage--cancel-subscription--error": function(d) { return "取消订阅时出了些问题。请重试,或者#[contact]联系我们以获取帮助。"; },
    "billing--pro-page--manage--cancel-subscription--error--contact": function(d) { return "联系我们"; },
    "billing--pro-page--manage--reactivate-subscription--successful": function(d) { return "您的Pitch Pro订阅将在下一个计费周期继续。"; },
    "billing--pro-page--manage--reactivate-subscription--error": function(d) { return "处理您的订阅时出了些问题。请重试,或者#[contact]联系我们以获取帮助。"; },
    "billing--pro-page--manage--cancel-subscription--pay--title": function(d) { return "取消订阅后会发生什么?"; },
    "billing--pro-page--manage--cancel-subscription--pay--description": function(d) { return "您只会被收取在此计费周期中添加的成员的费用以及直到订阅结束前添加的成员的费用。"; },
    "billing--pro-page--manage--cancel-subscription--end--description": function(d) { return "您将在" + d.cycle + "之前保留Pitch Pro的访问权限,这是您的计费周期结束的时间。"; },
    "billing--pro-page--cancel-reason--will-use-pro-in-the-future": function(d) { return "我现在不需要创建演示文稿,但将来会再次使用Pitch Pro"; },
    "billing--pro-page--cancel-reason--will-use-starter": function(d) { return "我没有使用Pro功能,但将继续使用Pitch Starter计划"; },
    "billing--pro-page--cancel-reason--no-need-for-presentation-tool": function(d) { return "我现在不需要演示文稿工具"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool": function(d) { return "我转移到另一个创建演示文稿的工具上了"; },
    "billing--pro-page--cancel-reason--missing-features": function(d) { return "Pitch缺少我需要的重要功能(请在下面指明)"; },
    "billing--pro-page--cancel-reason--cant-justify-cost-for-team": function(d) { return "我想使用Pitch Pro,但无法为整个团队辩解其成本"; },
    "billing--pro-page--cancel-reason--using-another-pro-workspace": function(d) { return "我在另一个工作区使用Pitch Pro"; },
    "billing--pro-page--cancel-reason--upgraded-for-feature": function(d) { return "我只是为了使用特定功能而暂时升级了"; },
    "billing--pro-page--cancel-reason--technical-issues": function(d) { return "我遇到了技术问题或性能差的问题"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--additional-google-slides": function(d) { return "Google幻灯片"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--additional-powerpoint": function(d) { return "Microsoft PowerPoint"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--additional-canva": function(d) { return "Canva"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--additional-keynote": function(d) { return "Apple Keynote"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--additional-other": function(d) { return "其他(请在下面指明)"; },
    "billing--pro-page--cancel-reason--upgraded-temporarily-for-feature--large-image-upload": function(d) { return "大图像上传"; },
    "billing--pro-page--cancel-reason--feedback-placeholder": function(d) { return "还有其他想要分享的吗?"; },
    "billing--pro-page--cancel-reason--placeholder": function(d) { return "取消原因"; },
    "billing--pro-page--cancel-reason--upgraded-for-feature--placeholder": function(d) { return "使用的功能"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--placeholder": function(d) { return "其他工具"; },
    "billing--pro-page--footer": function(d) { return "如果您有疑问,请访问我们的#[faq]或#[support]。我们很乐意帮助您。"; },
    "billing--pro-page--footer--faq": function(d) { return "定价常见问题解答"; },
    "billing--pro-page--title-bar--faq": function(d) { return "计费常见问题解答"; },
    "billing--pro-page--footer--support": function(d) { return "联系我们的支持团队"; },
    "billing--pro-page--title-bar--support": function(d) { return "联系支持团队"; },
    "billing--comparison--title": function(d) { return "比较所有功能"; },
    "billing--free-plan--title": function(d) { return "入门版"; },
    "billing--free-plan--description": function(d) { return "适用于个人和初创团队"; },
    "billing--free-plan--price": function(d) { return "永久免费"; },
    "billing--free-plan--badge": function(d) { return "当前计划"; },
    "billing--pro-plan--title": function(d) { return "专业版"; },
    "billing--pro-plan--description": function(d) { return "适用于高级用户和成长型团队"; },
    "billing--pro-plan--pricing-interval": function(d) { return "每个成员,每月"; },
    "billing--pro-plan--pricing-per-month": function(d) { return d.currency + d.price + " 每个成员,每月"; },
    "billing--pro-plan--pay-interval": function(d) { return select(d.interval, { monthly: "每月付款", yearly: "每年付款", other: "" }); },
    "billing--enterprise-plan--title": function(d) { return "企业版"; },
    "billing--enterprise-plan--description": function(d) { return "有定制需求,或想将 Pitch 引入更大的组织中?"; },
    "billing--enterprise-plan--contact-sales": function(d) { return "联系我们"; },
    "billing--enterprise-plan--feature-header": function(d) { return "专业版的所有功能,以及"; },
    "billing--feature--soon": function(d) { return "即将推出"; },
    "billing--feature--beta": function(d) { return "测试版"; },
    "billing--free-plan--feature-header": function(d) { return "包括"; },
    "billing--free-plan--feature0": function(d) { return "无限制的演示文稿"; },
    "billing--free-plan--feature1": function(d) { return "无限制的成员和访客"; },
    "billing--free-plan--feature2": function(d) { return "自定义模板和字体"; },
    "billing--free-plan--unlimited-members": function(d) { return "无限制的成员"; },
    "billing--pro-plan--feature-header": function(d) { return "入门版的所有功能,以及"; },
    "billing--disclaimer--line1": function(d) { return "显示的价格不包括任何适用的销售税,如增值税。"; },
    "billing--disclaimer--line2": function(d) { return "除非正式终止,否则Pro计划的订阅将在每个计费周期结束时自动续订,届时我们将向您账户中的信用卡收取费用。"; },
    "billing--usage--unlimited": function(d) { return "无限"; },
    "billing--feature--beta-disclaimer": function(d) { return "标记为“Beta”的功能不代表最终功能,并且将来可能会限制在更高的计划中。"; },
    "billing--feature-section--workspace": function(d) { return "工作区"; },
    "billing--feature--users": function(d) { return "成员"; },
    "billing--feature--users--tooltip": function(d) { return "成员是已被邀请查看、编辑和创建工作区演示文稿的人员。"; },
    "billing--feature--roles": function(d) { return "工作区角色"; },
    "billing--feature--roles--free": function(d) { return "仅管理员"; },
    "billing--feature--roles--pro": function(d) { return "管理员、协作者"; },
    "billing--feature--roles--tooltip": function(d) { return "工作区角色允许您管理团队成员的权限。"; },
    "billing--feature--guests": function(d) { return "访客"; },
    "billing--feature--guests--tooltip": function(d) { return "访客已被邀请查看或编辑演示文稿,但未被邀请加入您的工作区。"; },
    "billing--feature--presentations": function(d) { return "演示文稿"; },
    "billing--feature--presentations--tooltip": function(d) { return "创建数量不限、幻灯片数量不限的演示文稿。"; },
    "billing--feature--templates": function(d) { return "自定义模板"; },
    "billing--feature--templates--tooltip": function(d) { return "在您的工作区中保存并维护无限数量的模板,以便轻松访问。"; },
    "billing--feature--fonts": function(d) { return "自定义字体支持"; },
    "billing--feature--fonts--tooltip": function(d) { return "直接上传自定义字体到Pitch中。任何有权限访问您的演示文稿的人都可以使用您的字体。"; },
    "billing--feature--storage": function(d) { return "工作区存储空间"; },
    "billing--feature--storage--tooltip": function(d) { return "工作区存储空间包括演示文稿及其中的文件。"; },
    "billing--feature--storage--free": function(d) { return "每个工作区10GB"; },
    "billing--feature--storage--pro": function(d) { return "每个成员10GB"; },
    "billing--feature--sso": function(d) { return "基于SAML的单点登录(不可用)"; },
    "billing--feature-section--collaboration": function(d) { return "协作"; },
    "billing--feature--offline": function(d) { return "离线访问"; },
    "billing--feature--mobile": function(d) { return "移动应用"; },
    "billing--feature--folders": function(d) { return "工作区文件夹"; },
    "billing--feature--folders--tooltip": function(d) { return "所有成员都可以查看和编辑工作区文件夹中的演示文稿。"; },
    "billing--feature--private-folders": function(d) { return "私人文件夹"; },
    "billing--feature--shared-folders": function(d) { return "共享私人文件夹"; },
    "billing--feature--shared-folders--tooltip": function(d) { return "邀请其他人在私人文件夹中进行协作。具有访问权限的用户将能够查看、编辑、添加和删除其中的演示文稿。"; },
    "billing--feature--live-collab": function(d) { return "实时视频协作"; },
    "billing--feature--live-collab--tooltip": function(d) { return "从编辑器中开始实时视频会议。在实时会话期间,协作者可以在编辑单个演示文稿时看到和听到彼此。"; },
    "billing--feature--guest-sharing": function(d) { return "来宾分享"; },
    "billing--feature-section--media": function(d) { return "媒体与集成"; },
    "billing--feature--google-sheets": function(d) { return "Google表格"; },
    "billing--feature--google-sheets--tooltip": function(d) { return "导入Google表格文件,快速在幻灯片中添加图表。"; },
    "billing--feature--google-analytics": function(d) { return "Google Analytics"; },
    "billing--feature--google-analytics--tooltip": function(d) { return "导入Google Analytics指标,快速在幻灯片中添加图表。"; },
    "billing--feature--chartmogul": function(d) { return "ChartMogul"; },
    "billing--feature--chartmogul--tooltip": function(d) { return "导入ChartMogul收入数据,添加图表到您的幻灯片。"; },
    "billing--feature--unsplash": function(d) { return "Unsplash"; },
    "billing--feature--unsplash--tooltip": function(d) { return "浏览数百万Unsplash图片,并将它们添加到您的幻灯片中。"; },
    "billing--feature--giphy": function(d) { return "Giphy"; },
    "billing--feature--giphy--tooltip": function(d) { return "从Giphy浏览数百万GIF并将它们添加到您的幻灯片中。"; },
    "billing--feature--brandfetch": function(d) { return "Brandfetch"; },
    "billing--feature--brandfetch--tooltip": function(d) { return "浏览并快速添加最新的标志到您的幻灯片中。"; },
    "billing--feature--icons8": function(d) { return "Icons8"; },
    "billing--feature--icons8--tooltip": function(d) { return "浏览数千个一致设计的图标,并将它们添加到您的幻灯片中。"; },
    "billing--feature--vimeo": function(d) { return "Vimeo"; },
    "billing--feature--vimeo--tooltip": function(d) { return "将来自Vimeo的视频嵌入到您的幻灯片中。"; },
    "billing--feature--youtube": function(d) { return "YouTube"; },
    "billing--feature--youtube--tooltip": function(d) { return "将来自YouTube的视频嵌入到您的幻灯片中。"; },
    "billing--feature--loom": function(d) { return "Loom"; },
    "billing--feature--loom--tooltip": function(d) { return "将来自Loom的视频嵌入到您的幻灯片中。"; },
    "billing--feature--image-upload": function(d) { return "图像上传"; },
    "billing--feature--image-upload--tooltip": function(d) { return "上传JPG、PNG、SVG和GIF文件到您的工作区库,并将它们添加到您的幻灯片中。"; },
    "billing--feature--image-upload--free": function(d) { return "每张图片最多5MB"; },
    "billing--feature--video-upload": function(d) { return "视频上传"; },
    "billing--feature--video-upload--tooltip": function(d) { return "将视频文件上传到您的工作区库,并将它们添加到您的幻灯片中。"; },
    "billing--feature--library": function(d) { return "视频和图像库"; },
    "billing--feature--recordings": function(d) { return "录制"; },
    "billing--feature--recordings--tooltip": function(d) { return "使用短小的视频录制向幻灯片添加讲述。"; },
    "billing--feature-section--sharing": function(d) { return "共享和导出"; },
    "billing--feature--embed": function(d) { return "嵌入演示文稿"; },
    "billing--feature--embed--tooltip": function(d) { return "将公共演示文稿嵌入您的网站、博客或协作软件中。"; },
    "billing--feature--pdf-export": function(d) { return "PDF 导出"; },
    "billing--feature--unbranded-pdf-export": function(d) { return "无品牌 PDF 导出"; },
    "billing--feature--pdf-export--tooltip": function(d) { return "将演示文稿导出为 PDF。"; },
    "billing--feature--pdf-export--free": function(d) { return "有品牌"; },
    "billing--feature--pdf-export--pro": function(d) { return "无品牌"; },
    "billing--feature--ppt-export": function(d) { return "导出为 PowerPoint"; },
    "billing--feature--ppt-export--tooltip": function(d) { return "将演示文稿导出为 PowerPoint,并通过其他工具向外部受众提供访问。"; },
    "billing--feature--analytics": function(d) { return "演示文稿分析"; },
    "billing--feature--custom-links": function(d) { return "自定义链接"; },
    "billing--feature--custom-links--tooltip": function(d) { return "创建单独的链接,并选择是否需要密码,与特定团队共享。"; },
    "billing--feature--analytics--tooltip": function(d) { return "使用行为数据了解其他人如何消费您的演示文稿。"; },
    "billing--feature--version-history": function(d) { return "版本历史"; },
    "billing--feature--version-history--tooltip": function(d) { return "单个演示文稿及其幻灯片的所有更改时间轴。"; },
    "billing--feature-section--support": function(d) { return "支持"; },
    "billing--feature--priority-support": function(d) { return "优先支持"; },
    "billing--feature--dedicated-support": function(d) { return "专属成功经理"; },
    "billing--company-logos--title": function(d) { return "像您这样的团队使用 Pitch Pro"; },
    "billing--checkout--location--title": function(d) { return "您的位置"; },
    "billing--checkout--location--line1": function(d) { return "街道地址"; },
    "billing--checkout--location--line2": function(d) { return "套房/单元"; },
    "billing--checkout--location--city": function(d) { return "城市"; },
    "billing--checkout--location--state-province": function(d) { return "州/省"; },
    "billing--checkout--location--postal-code": function(d) { return "邮政编码"; },
    "billing--checkout--location--country": function(d) { return "国家/地区"; },
    "billing--checkout--location--search-country": function(d) { return "搜索国家/地区..."; },
    "billing--checkout--location--search-state": function(d) { return "搜索州/省..."; },
    "billing--checkout--optional": function(d) { return "(选填)"; },
    "billing--checkout--company--title": function(d) { return "您的公司"; },
    "billing--checkout--company--name": function(d) { return "公司名称"; },
    "billing--checkout--company--taxid": function(d) { return "税号"; },
    "billing--checkout--company--taxid--tooltip": function(d) { return "如果您暂时没有税号,请稍后再输入。请注意,如果您没有税号,我们可能会收取税款。"; },
    "billing--checkout--company--taxid--tooltip-ch": function(d) { return "您必须拥有有效的瑞士商业增值税号才能升级到专业版。"; },
    "billing--checkout--company--email": function(d) { return "账单邮件地址"; },
    "billing--checkout--company--email--footer": function(d) { return "我们将发送所有与账单相关的通知和收据至此。"; },
    "billing--checkout--company--taxid--eu-footer": function(d) { return "国别前缀由您选择的位置决定。"; },
    "billing--checkout--company--taxid--gb-footer": function(d) { return "税号应包括 GB 或 XI 前缀。"; },
    "billing--checkout--company--taxid--ch-footer": function(d) { return "税号应以 MSWT、TVA 或 IVA 结尾。"; },
    "billing--checkout--fixed-quantity--title": function(d) { return "您需要多少个席位?"; },
    "billing--checkout--fixed-quantity--content": function(d) { return plural(d.seats, 0, zh, { "0": "没有席位", one: "1个席位", other: number(d.seats, "个席位") }); },
    "billing--checkout--payment--title": function(d) { return "选择您的计费周期"; },
    "billing--checkout--payment--cc-details": function(d) { return "您的信用卡详细信息"; },
    "billing--checkout--payment--cc-name": function(d) { return "卡片上的姓名"; },
    "billing--checkout--payment--cc-number": function(d) { return "卡号"; },
    "billing--checkout--payment--cc-expiry": function(d) { return "有效期"; },
    "billing--checkout--payment--cc-cvv": function(d) { return "CVV"; },
    "billing--checkout--payment--cc-cvv-description": function(d) { return "卡片背面的3位数值"; },
    "billing--checkout--review-order": function(d) { return "查看订单"; },
    "billing--checkout--processing": function(d) { return "处理中..."; },
    "billing--checkout--validating-tax-id": function(d) { return "验证税号..."; },
    "billing--checkout--purchase-pro": function(d) { return "购买 Pro"; },
    "billing--purchase-successful--title": function(d) { return "您已成功升级为 Pro!"; },
    "billing--purchase-successful--subtitle": function(d) { return "您的工作区已成功升级。"; },
    "billing--purchase-successful--go-back": function(d) { return "返回工作区"; },
    "billing--purchase-successful--features": function(d) { return "您将在#[billing-link]中找到有关Pro计划的所有相关信息。" + select(d.disclaimer, { true: " 请记住,添加新成员将自动增加您的Pitch Pro订阅费。", false: "", other: "" }); },
    "billing--purchase--discoverability--enabled": function(d) { return "注意!您当前允许任何使用#[domain]域的用户发现和加入您的工作区,这将自动增加您的订阅费用。"; },
    "billing--purchase--discoverability--enable": function(d) { return "✓ 已关闭"; },
    "billing--purchase--discoverability--disable": function(d) { return "关闭它"; },
    "billing--receipt--payment-method": function(d) { return "支付方式"; },
    "billing--receipt--taxes": function(d) { return "税收"; },
    "billing--receipt--due-today": function(d) { return "今天到期"; },
    "billing--receipt--no-taxes": function(d) { return "无税"; },
    "billing--receipt--company": function(d) { return "公司信息"; },
    "billing--receipt--reverse-taxes": function(d) { return "按逆向收费计算的税费"; },
    "billing--receipt--next-renewal": function(d) { return "下次续订"; },
    "billing--receipt--price-per-member": function(d) { return "每位成员价格"; },
    "billing--receipt--price-per-member-value": function(d) { return d.price + " " + select(d.interval, { monthly: "(每月)", yearly: "(每年)", other: "" }); },
    "billing--receipt--members": function(d) { return "成员"; },
    "billing--receipt--total": function(d) { return "总计"; },
    "billing--receipt--banner-text1": function(d) { return "您的整个工作区都将升级。"; },
    "billing--receipt--banner-text2": function(d) { return "所有成员都可以访问Pro功能。"; },
    "billing--receipt--banner--terms-and-dpa": function(d) { return "Pitch的#[terms]和#[dpa]适用。"; },
    "billing--receipt--banner--terms": function(d) { return "使用条款"; },
    "billing--receipt--banner--dpa": function(d) { return "数据处理协议"; },
    "billing--details--country-notice": function(d) { return "如果您想更改国家,请联系支持。"; },
    "billing--details--edit-company-info": function(d) { return "编辑公司信息"; },
    "billing--details--edit-address": function(d) { return "编辑地址"; },
    "billing--details--edit-email": function(d) { return "编辑账单邮件地址"; },
    "billing--details--edit-payment-method": function(d) { return "编辑信用卡详细信息"; },
    "billing--details--edit-taxid": function(d) { return "添加税号"; },
    "billing--details--payment-method": function(d) { return "付款方式"; },
    "billing--details--taxid": function(d) { return "税号"; },
    "billing--details--email": function(d) { return "账单邮箱"; },
    "billing--details--address": function(d) { return "地址"; },
    "billing--details--company-name": function(d) { return "公司名称"; },
    "billing--details--company": function(d) { return "公司"; },
    "billing--details--save": function(d) { return "保存"; },
    "billing--details--saving": function(d) { return "保存中"; },
    "billing--details--processing": function(d) { return "处理中"; },
    "billing--checkout-error--generic": function(d) { return "出现了问题。请检查您的订单是否有误,如果问题仍然存在,请#[contact-us]联系我们。"; },
    "billing--checkout-error--generic--contact-us": function(d) { return "联系我们"; },
    "billing--error--incomplete": function(d) { return "您的信息不完整"; },
    "billing--error--composite": function(d) { return "#[title]#[subtitle]"; },
    "billing--checkout-error--invalid-taxid": function(d) { return "请输入有效的税号"; },
    "billing--checkout-error--invalid-line1": function(d) { return "请输入有效的街道地址"; },
    "billing--checkout-error--invalid-city": function(d) { return "请输入有效的城市名称"; },
    "billing--checkout-error--invalid-postal-code": function(d) { return "请输入有效的邮政编码或邮政区号"; },
    "billing--checkout-error--invalid-email": function(d) { return "请输入有效的电子邮件地址"; },
    "billing--checkout-error--invalid-name": function(d) { return "请输入有效的公司名称"; },
    "billing--checkout-error--invalid-state": function(d) { return "请输入有效的州/省/自治区名称"; },
    "billing--checkout-error--invalid-cardholder-name": function(d) { return "请检查您输入的持卡人姓名是否正确"; },
    "billing--purchase-error--live-card-test-mode": function(d) { return "在测试模式下尝试使用真实信用卡"; },
    "billing--purchase-error--invalid-taxid": function(d) { return "请输入有效的税号"; },
    "billing--purchase-error--subscription-active": function(d) { return "此工作区已有高级订阅。尝试重新加载 Pitch 或与您的工作区所有者联系。"; },
    "billing--checkout-error--invalid-country": function(d) { return "请选择您的国家"; },
    "billing--checkout-error--invalid-expiry-year-past": function(d) { return "过期年份已过"; },
    "billing--checkout-error--invalid-expiry-month-past": function(d) { return "过期月份已过"; },
    "billing--checkout-error--incomplete-number": function(d) { return "此卡号不完整"; },
    "billing--checkout-error--incorrect-cvc": function(d) { return "请输入有效的 CVV 安全码"; },
    "billing--checkout-error--incomplete-cvc": function(d) { return "此 CVV 安全码不完整"; },
    "billing--checkout-error--incomplete-expiry": function(d) { return "此过期日期不完整"; },
    "billing--checkout-error--invalid-number": function(d) { return "请输入有效的卡号"; },
    "billing--checkout-error--invalid-coupon": function(d) { return "此优惠码无效"; },
    "billing--checkout-error--generic-address-error--title": function(d) { return "出了些问题。"; },
    "billing--checkout-error--generic-address-error--subtitle": function(d) { return "请检查您输入的信息,如果问题持续,请#[contact-us]联系我们。"; },
    "billing--checkout-error--invalid-tax-address--title": function(d) { return "我们无法根据您的地址确定正确的税率。"; },
    "billing--checkout-error--invalid-tax-address--subtitle": function(d) { return "请确保地址完整,如果问题持续,请#[contact-us]联系我们。"; },
    "billing--purchase-error--card-declined": function(d) { return "您的卡被拒绝了。请与您的银行联系或尝试另一种付款方式。"; },
    "billing--purchase-error--expired-card": function(d) { return "您的卡已过期。请尝试另一种付款方式。"; },
    "billing--purchase-error--card-declined--insufficient": function(d) { return "您的卡被拒绝了。请与您的银行联系或尝试另一种付款方式。"; },
    "billing--purchase-error--card-declined--stolen": function(d) { return "您的卡被拒绝了。请与您的银行联系或尝试另一种付款方式。"; },
    "billing--purchase-error--card-declined--lost": function(d) { return "您的卡被拒绝了。请与您的银行联系或尝试另一种付款方式。"; },
    "billing--purchase-error--incorrect-cvv": function(d) { return "您输入的CVV不正确。请重试或使用另一种付款方式。"; },
    "billing--purchase-error--processing-error": function(d) { return "处理您的卡时出现问题。请稍后再试或使用另一种付款方式。"; },
    "billing--purchase-error--incorrect-number": function(d) { return "您输入的卡号不正确。请重试或使用另一种付款方式。"; },
    "billing--purchase-error--invalid-card-location": function(d) { return "提供的信用卡不能用于此次购买。请尝试另一张卡或联系支持。"; },
    "billing--coupon--title": function(d) { return "优惠券"; },
    "billing--coupon--apply": function(d) { return "应用"; },
    "billing--coupon--applied": function(d) { return "已应用"; },
    "billing--coupon--remaining-credit": function(d) { return "你剩余的优惠券抵扣金额为#[credit],将在下一张账单中使用。"; },
    "billing--mobile--title": function(d) { return "此页面尚未支持移动设备"; },
    "billing--mobile--subtitle": function(d) { return "请切换到桌面浏览器。"; },
    "billing--upsell-tooltip--learn-more": function(d) { return "了解更多"; },
    "billing--upsell--button": function(d) { return "发现Pitch Pro"; },
    "billing--upsell--shared-folders--title": function(d) { return "私人文件夹共享是Pitch Pro功能"; },
    "billing--upsell--shared-folders--title--app-store": function(d) { return "私人文件夹共享不可用"; },
    "billing--upsell--shared-folders--content": function(d) { return "尝试将要共享的演示文稿移动到#[br]工作区文件夹中,或升级到Pitch Pro并#[br]邀请其他人加入此文件夹。"; },
    "billing--upsell--shared-folders--content--app-store": function(d) { return "在Starter计划中,不包括共享私人文件夹。#[br]尝试将要共享的演示文稿移动到工作区文件夹中。"; },
    "billing--upsell--video-uploads--title": function(d) { return "视频上传是Pitch Pro功能"; },
    "billing--upsell--video-uploads--title--app-store": function(d) { return "视频上传不可用"; },
    "billing--upsell--video-uploads--title--app-store--guest-content": function(d) { return "视频上传不可用"; },
    "billing--upsell--video-uploads--content": function(d) { return "通过Pitch Pro,将自己的视频添加到幻灯片中。从YouTube和Loom嵌入视频始终是免费的。"; },
    "billing--upsell--video-uploads--guest-content": function(d) { return "但是,您可以免费嵌入来自YouTube、Vimeo或Loom的视频。请询问您的工作区所有者是否升级到Pitch Pro。"; },
    "billing--upsell--video-uploads--content--app-store": function(d) { return "在“入门版”中,将自己的视频添加到幻灯片中不包括在内。请尝试从YouTube或Loom#[embed_video]。"; },
    "billing--upsell--video-uploads--content--app-store--guest-content": function(d) { return "在“入门版”中,将自己的视频添加到幻灯片中不包括在内。请尝试从YouTube或Loom#[embed_video]。"; },
    "billing--upsell--video-uploads--embed--video": function(d) { return "嵌入视频"; },
    "billing--upsell--file-uploads--title": function(d) { return "大型图像上传是专业版功能"; },
    "billing--upsell--file-uploads--content": function(d) { return "该文件有点太大了。请尝试上传小于5MB的图像,或升级到Pitch Pro以获取无限图像上传。"; },
    "billing--upsell--file-uploads--guest-content": function(d) { return "要上传超过5MB的文件,请询问您的工作区所有者是否升级到Pitch Pro。"; },
    "billing--upsell--file-uploads--title--app-store": function(d) { return "大型图像上传不可用"; },
    "billing--upsell--file-uploads--title--app-store--guest-content": function(d) { return "大型图片上传不可用"; },
    "billing--upsell--file-uploads--content--app-store": function(d) { return "文件有点太大了。尝试上传一个小于5MB的图片。在起始方案中不包括添加较大的图片。"; },
    "billing--upsell--file-uploads--content--app-store--guest-content": function(d) { return "文件有点太大了。尝试上传一个小于5MB的图片。在起始方案中不包括添加较大的图片。"; },
    "billing--upsell--modal--dashboard--subtitle": function(d) { return "高效的团队获得业务、筹集资金并保持一致性,升级至 Pitch Pro。"; },
    "billing--upsell--modal--dashboard--main--page--title": function(d) { return "将您团队的想法转化为成功的业务。升级至 Pitch Pro。"; },
    "billing--upsell--modal--dashboard--main--page--branding--title": function(d) { return "将您的品牌置于前沿"; },
    "billing--upsell--modal--dashboard--main--page--branding--description": function(d) { return "创建一个批准的图片和视频库。从演示文稿嵌入和 PDF 中移除我们的标志。"; },
    "billing--upsell--modal--dashboard--main--page--slide--impact--title": function(d) { return "确定您的幻灯片的影响"; },
    "billing--upsell--modal--dashboard--main--page--slide--impact--description": function(d) { return "跟踪演示文稿何时何地被查看。为敏感工作发送自定义的密码保护链接。"; },
    "billing--upsell--modal--dashboard--main--page--collaboration--title": function(d) { return "支持简化的协作"; },
    "billing--upsell--modal--dashboard--main--page--collaboration--description--with-private-collaboration": function(d) { return "使用工作区角色和共享私人文件夹管理权限。通过版本历史记录恢复编辑内容。"; },
    "billing--upsell--modal--dashboard--main--page--collaboration--description": function(d) { return "使用访客、工作区角色和私人文件夹管理访问权限。通过版本历史记录恢复编辑内容。"; },
    "billing--upsell--modal--dashboard--design--page--title": function(d) { return "始终符合品牌设计"; },
    "billing--upsell--modal--dashboard--design--page--subtitle": function(d) { return "使每个团队成员都能够提供符合品牌的有说服力的演示文稿。"; },
    "billing--upsell--modal--dashboard--design--page--library--title": function(d) { return "构建品牌资产库"; },
    "billing--upsell--modal--dashboard--design--page--library--description": function(d) { return "组织已批准的模板、字体、视频、图像等。"; },
    "billing--upsell--modal--dashboard--design--page--video--uploads--title": function(d) { return "添加您自己的视频"; },
    "billing--upsell--modal--dashboard--design--page--video--uploads--description": function(d) { return "上传高分辨率视频到任何幻灯片并控制外观和播放。"; },
    "billing--upsell--modal--dashboard--design--page--pdf--export--title": function(d) { return "保持专注于您的品牌"; },
    "billing--upsell--modal--dashboard--design--page--pdf--export--description": function(d) { return "从 PDF 导出和嵌入中删除 Pitch 徽标。"; },
    "billing--upsell--modal--dashboard--insights--page--title": function(d) { return "受众洞察"; },
    "billing--upsell--modal--dashboard--insights--page--subtitle": function(d) { return "了解每个演示文稿的影响——从公司内部更新到销售提案。"; },
    "billing--upsell--modal--dashboard--insights--page--analytics--title": function(d) { return "使用分析跟踪兴趣"; },
    "billing--upsell--modal--dashboard--insights--page--analytics--description": function(d) { return "查看人们何时、何地以及多频繁查看您分享的演示文稿。"; },
    "billing--upsell--modal--dashboard--insights--page--custom--links--title": function(d) { return "通过自定义链接控制共享"; },
    "billing--upsell--modal--dashboard--insights--page--custom--links--description": function(d) { return "为特定受众创建单独的链接,并添加密码以限制共享。"; },
    "billing--upsell--modal--dashboard--insights--page--slide--engagement--title": function(d) { return "提高叙述技巧"; },
    "billing--upsell--modal--dashboard--insights--page--slide--engagement--description": function(d) { return "分析幻灯片级别的参与度,了解哪些幻灯片引起了注意,哪些需要改进。"; },
    "billing--upsell--modal--dashboard--collaboration--page--title": function(d) { return "高效协作"; },
    "billing--upsell--modal--dashboard--collaboration--page--subtitle": function(d) { return "提高团队生产力,不必担心访问级别和意外编辑。"; },
    "billing--upsell--modal--dashboard--collaboration--page--version--history--title": function(d) { return "使用版本历史还原更改"; },
    "billing--upsell--modal--dashboard--collaboration--page--version--history--description": function(d) { return "查看每个幻灯片的时间戳历史记录,并恢复以前的更改。"; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--title--with-private-collaboration": function(d) { return "共享私人文件夹以限制访问"; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--title": function(d) { return "创建并共享私人文件夹"; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--description--with-private-collaboration": function(d) { return "选择哪些成员可以查看或贡献私人文件夹中的演示文稿。"; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--description": function(d) { return "自己工作,或邀请成员为私人文件夹做出贡献。"; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--title--with-private-collaboration": function(d) { return "使用工作区角色设置权限"; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--title": function(d) { return "使用来宾和角色管理权限"; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--description--with-private-collaboration": function(d) { return "控制谁可以添加成员并管理设置。"; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--description": function(d) { return "选择哪些成员可以添加其他人并管理设置。在特定幻灯片上与来宾协作。"; },
    "billing--upsell--modal--dashboard--see--pricing--button": function(d) { return "查看专业版定价"; },
    "billing--upsell-modal--contextual--info--title": function(d) { return "解锁专业版提供的所有功能"; },
    "billing--upsell-modal--contextual--feature--links--title": function(d) { return "所有 Starter 版功能,以及"; },
    "billing--upsell--modal--contextual--presentation--analytics--title": function(d) { return "演示文稿分析"; },
    "billing--upsell--modal--contextual--presentation--analytics--subtitle": function(d) { return "了解哪些有效。使用分析工具查看其他人何时以及在何地查看您的演示文稿。"; },
    "billing--upsell--modal--contextual--presentation--analytics--feature--link--title": function(d) { return "演示文稿分析"; },
    "billing--upsell--modal--contextual--presentation--analytics--feature--link--tooltip": function(d) { return "跟踪查看次数,以了解观众何时以及在何地查看您的演示文稿。"; },
    "billing--upsell--modal--contextual--workspace--roles--title": function(d) { return "工作区角色"; },
    "billing--upsell--modal--contextual--workspace--roles--subtitle": function(d) { return "管理协作。选择谁可以编辑演示文稿,邀请新成员和访问工作区设置。"; },
    "billing--upsell--modal--contextual--workspace--roles--feature--link--title": function(d) { return "工作区角色"; },
    "billing--upsell--modal--contextual--workspace--roles--feature--link--tooltip": function(d) { return "Designate workspace members#[br]as collaborators to limit#[br]their permissions."; },
    "billing--upsell--modal--contextual--custom--links--title": function(d) { return "Custom links."; },
    "billing--upsell--modal--contextual--custom--links--subtitle": function(d) { return "See when specific audiences visit your#[br]decks. Customize links, set an optional#[br]passcode, and view analytics in one place."; },
    "billing--upsell--modal--contextual--custom--links--feature--link--title": function(d) { return "Custom links"; },
    "billing--upsell--modal--contextual--custom--links--feature--link--tooltip": function(d) { return "Create individual links, with#[br]optional passcode, to share#[br]with specific groups."; },
    "billing--upsell--modal--contextual--only--with--pro--title": function(d) { return "Only with Pro."; },
    "billing--upsell--modal--contextual--version--history--title": function(d) { return "Version history."; },
    "billing--upsell--modal--contextual--version--history--subtitle": function(d) { return "Remember every great idea. View a time-#[br]stamped history of individual slides and#[br]recover previous changes."; },
    "billing--upsell--modal--contextual--version--history--feature--link--title": function(d) { return "Version history"; },
    "billing--upsell--modal--contextual--version--history--feature--link--tooltip": function(d) { return "View and recover previous#[br]changes made to individual slides."; },
    "billing--upsell--modal--contextual--shared--private--folders--title--with-private-collaboration": function(d) { return "Shared private folders."; },
    "billing--upsell--modal--contextual--shared--private--folders--title": function(d) { return "Private folders."; },
    "billing--upsell--modal--contextual--shared--private--folders--subtitle--with-private-collaboration": function(d) { return "Work in groups large or small. Invite other#[br]members to view or contribute to#[br]presentations in private folders."; },
    "billing--upsell--modal--contextual--shared--private--folders--subtitle": function(d) { return "Work alone or in small groups. Keep decks#[br]private or invite workspace members to#[br]view or contribute."; },
    "billing--upsell--modal--contextual--shared--private--folders--feature--link--title--with-private-collaboration": function(d) { return "Shared private folders"; },
    "billing--upsell--modal--contextual--shared--private--folders--feature--link--title": function(d) { return "Private folders"; },
    "billing--upsell--modal--contextual--shared--private--folders--feature--link--tooltip--with-private-collaboration": function(d) { return "Invite others to collaborate in#[br]a private folder and choose#[br]whether they can view or edit#[br]the presentations inside it."; },
    "billing--upsell--modal--contextual--shared--private--folders--feature--link--tooltip": function(d) { return "Keep presentations private#[br]from your workspace, or#[br]invite individuals to contribute."; },
    "billing--upsell--modal--contextual--library--title": function(d) { return "Video and image library."; },
    "billing--upsell--modal--contextual--library--subtitle": function(d) { return "Make staying on-brand simple. Curate a#[br]library of approved brand assets, like#[br]templates, fonts, videos, and images."; },
    "billing--upsell--modal--contextual--library--feature--link--title": function(d) { return "Video and image library"; },
    "billing--upsell--modal--contextual--library--feature--link--tooltip": function(d) { return "Upload and organize video and#[br]image files so that other members#[br]can browse and add them to slides."; },
    "billing--upsell--modal--not--allowed--pdf--export--title": function(d) { return "Watermark-free sharing unavailable"; },
    "billing--upsell--modal--not--allowed--pdf--export--subtitle": function(d) { return "The option to remove the Pitch watermark from PDF exports isn’t included in the Starter plan."; },
    "billing--upsell--modal--contextual--pdf--export--title": function(d) { return "Watermark-free sharing."; },
    "billing--upsell--modal--contextual--pdf--export--subtitle": function(d) { return "Keep the focus on your brand. Upgrade to#[br]Pro and remove the Pitch logo from embeds#[br]and PDF exports."; },
    "billing--upsell--modal--contextual--pdf--export--feature--link--title": function(d) { return "Unbranded exports and embeds"; },
    "billing--upsell--modal--contextual--pdf--export--feature--link--tooltip": function(d) { return "Export to PDF or embed presentations#[br]without a Pitch watermark."; },
    "billing--upsell--modal--contextual--ppt--export--title": function(d) { return "Export to PowerPoint."; },
    "billing--upsell--modal--contextual--ppt--export--subtitle": function(d) { return "Create PowerPoint files so external#[br]audiences can open decks in other tools#[br]like PowerPoint, Keynote, or Google Slides."; },
    "billing--upsell--modal--contextual--ppt--export--feature--link--title": function(d) { return "Export to PowerPoint"; },
    "billing--upsell--modal--contextual--ppt--export--feature--link--tooltip": function(d) { return "Allow external audiences to open#[br]presentations as .pptx files in other tools."; },
    "billing--upsell--modal--contextual--video--upload--title": function(d) { return "Video upload."; },
    "billing--upsell--modal--contextual--video--upload--subtitle": function(d) { return "Upload high-resolution videos to your#[br]slides that anyone with a link can play back."; },
    "billing--upsell--modal--contextual--video--upload--feature--link--title": function(d) { return "Video uploads"; },
    "billing--upsell--modal--contextual--video--upload--feature--link--tooltip": function(d) { return "Upload your own videos#[br]to your presentations."; },
    "billing--upsell--modal--contextual--large--image--upload--title": function(d) { return "Large image upload."; },
    "billing--upsell--modal--contextual--large--image--upload--subtitle": function(d) { return "Keep presentations crisp. Don’t limit#[br]yourself to 5 MB — upload even high-#[br]resolution images to your slides."; },
    "billing--upsell--modal--contextual--large--image--upload--feature--link--title": function(d) { return "Unlimited image upload size"; },
    "billing--upsell--modal--contextual--large--image--upload--feature--link--tooltip": function(d) { return "Add images over 5 MB#[br]to your slides."; },
    "billing--upsell--modal--contextual--guest--sharing--title": function(d) { return "Guest sharing."; },
    "billing--upsell--modal--contextual--guest--sharing--subtitle": function(d) { return "Collaborate outside your workspace. Invite#[br]guests to individual presentations without#[br]making them workspace members."; },
    "billing--upsell--modal--contextual--guest--sharing--feature--link--title": function(d) { return "Guest sharing"; },
    "billing--upsell--modal--contextual--guest--sharing--feature--link--tooltip": function(d) { return "Invite people outside your#[br]workspace to edit, comment on,#[br]or view specific presentations."; },
    "billing--faq--title": function(d) { return "Frequently Asked Questions"; },
    "billing--faq--question0--q": function(d) { return "How do subscriptions work?"; },
    "billing--faq--question0--a--no-prorations": function(d) { return "Pitch subscriptions auto-renew at the end of each billing period (either monthly or yearly), and apply to a single workspace.#[br]When you add a member, you’ll pay for this member from the moment they join the workspace, unless they fill an empty seat.#[br]When you remove a member from your workspace, they vacate their paid seat. You can fill an empty seat free of charge by adding a new member. If you don’t fill an empty seat by the end of the billing period, the subscription renews with the quantity of occupied seats."; },
    "billing--faq--question1--q": function(d) { return "Can I invite guests to collaborate on presentations?"; },
    "billing--faq--question1--a": function(d) { return "Yes, guests can be invited to view or edit individual presentations. Workspace guests can only see shared presentations and will not be able to access other workspace content."; },
    "billing--faq--question1--a-no-priv-collab": function(d) { return "Yes, if you’re on the Pro plan, you can invite guests to view or edit individual presentations. Workspace guests can only see shared presentations and will not be able to access other workspace content."; },
    "billing--faq--question2--q": function(d) { return "What happens if I remove users from a Pitch Pro workspace?"; },
    "billing--faq--question2--a--no-prorations": function(d) { return "When you remove members, they vacate their paid seat. You can fill an empty seat free of charge by adding a new member. If you don’t fill an empty seat by the end of the billing period, the subscription renews at the quantity of occupied seats."; },
    "billing--faq--question3--q": function(d) { return "What happens if I add users to a Pitch Pro workspace?"; },
    "billing--faq--question3--a": function(d) { return "If you’re on a monthly plan, you’ll be charged immediately when you add new users. If you’re on an annual plan, you’ll be charged at the next monthly checkpoint for the year counting from the purchase date. Changes to the annual plan will be charged once per month max — so if you add multiple users throughout the month you will only be charged for changes once during the monthly checkpoint."; },
    "billing--faq--question4--q": function(d) { return "Is there a time limit on the Starter plan?"; },
    "billing--faq--question4--a": function(d) { return "No — you and your team can use the Starter plan for as long as you want."; },
    "billing--faq--question5--q": function(d) { return "Do you have monthly and yearly billing options?"; },
    "billing--faq--question5--a": function(d) { return "Yes, you can pay either monthly or yearly. If you choose to purchase an annual plan, you’ll receive a discounted price for each user."; },
    "billing--faq--question6--q": function(d) { return "Do I need to pay for guests?"; },
    "billing--faq--question6--a": function(d) { return "No — guest accounts are always free in Pitch."; },
    "billing--faq--question6--a-no-priv-collab": function(d) { return "The guest role is only available on the Pro plan, where you can invite an unlimited number of guests."; },
    "billing--faq--footer": function(d) { return "Looking for something else? Find answers to all this and more in our #[help-center]."; },
    "billing--faq--footer--help-center": function(d) { return "help center"; },
    "billing--testimonial--quote": function(d) { return "”Pitch strikes the perfect balance between design guardrails and flexibility. They’ve brought everything I expect in a modern collaboration tool to presentations and it’s awesome.”"; },
    "billing--testimonial--author": function(d) { return "Nick Ionita"; },
    "billing--testimonial--subtitle": function(d) { return "CEO & Co-Founder"; },
    "billing--footer--title": function(d) { return "Ready to go Pro?"; },
    "billing--footer--content": function(d) { return "Do more with your presentations."; },
    "billing--footer--button": function(d) { return "Upgrade now"; },
    "billing--free-trial": function(d) { return "#[greeting] Your workspace can start for free — no credit card required."; },
    "billing--free-trial--greeting": function(d) { return "Try Pro for #[length] days!"; },
    "billing--free-trial--cta": function(d) { return "Discover Pitch Pro"; },
    "billing--free-trial--expiry": function(d) { return "Trial ends " + select(d.days, { "0": "today", "1": "tomorrow", other: "in #[days] days" }); },
    "billing--free-trial--upgrade-cta": function(d) { return "Upgrade now"; },
    "billing--upsell--modal--free-trial--title": function(d) { return "Pitch Pro"; },
    "billing--upsell--modal--free-trial--title--for--free": function(d) { return "for free."; },
    "billing--upsell--modal--free-trial--subtitle": function(d) { return "See why high-performing teams#[br]rely on Pitch Pro to win work, raise#[br]funding, and stay aligned."; },
    "billing--upsell--modal--free-trial--info--title": function(d) { return "Give your workspace#[br]everything Pro offers"; },
    "billing--upsell--modal--free-trial--info--tooltip": function(d) { return "Your entire workspace will be#[br]upgraded for " + select(d.length, { "0": "today", "1": "#[length] day", other: "#[length] days" }) + ".#[br]All members will be able to#[br]access Pro features."; },
    "billing--upsell--modal--free-trial--no--card": function(d) { return "No credit card required"; },
    "billing--upsell--modal--free-trial--button": function(d) { return "Start #[length]-day free trial"; },
    "billing--upsell--modal--free-trial--success": function(d) { return "It’s official! Your #[length]-day free trial starts now."; },
    "billing--upsell--modal--free-trial--keep--pro--title": function(d) { return "Keep#[br]working#[br]with"; },
    "billing--upsell--modal--free-trial--keep--pro--title--with--pro": function(d) { return "Pitch Pro."; },
    "billing--upsell--modal--free-trial--keep--pro--subtitle": function(d) { return "There’s still time to upgrade your#[br]workspace and hold onto the features#[br]that make work flow."; },
    "billing--upsell--modal--free-trial--keep--pro--info--title": function(d) { return "Continue enjoying everything#[br]Pro offers"; },
    "billing--free-trial--expired": function(d) { return "#[warning] Your workspace’s Pro trial has ended."; },
    "billing--free-trial--expired--warning": function(d) { return "Heads up!"; },
    "billing--free-trial--expired--cta": function(d) { return "Keep Pitch Pro"; },
    "studio--navigation-controls--previous-slide": function(d) { return "Previous slide"; },
    "studio--navigation-controls--next-slide": function(d) { return "Next slide"; },
    "studio--modules--view-btn": function(d) { return "View"; },
    "studio--modules--notes--placeholder": function(d) { return "Add speaker notes"; },
    "studio--modules--notes--edit-btn": function(d) { return "Edit"; },
    "studio--modules--notes--done-btn": function(d) { return "Done"; },
    "studio--modules--notes--increase-font-size": function(d) { return "Increase text size"; },
    "studio--modules--notes--decrease-font-size": function(d) { return "Decrease text size"; },
    "library--navigation--return-btn": function(d) { return "Back"; },
    "library--sidebar--templates": function(d) { return "Templates"; },
    "library--sidebar--fonts": function(d) { return "Fonts"; },
    "library--sidebar--images": function(d) { return "Images"; },
    "library--sidebar--videos": function(d) { return "Videos"; },
    "library--card--context-menu--delete": function(d) { return "Delete"; },
    "library--card--context-menu--rename": function(d) { return "Rename"; },
    "library--workspace-font-card--delete--confirmation": function(d) { return "Delete font?"; },
    "library--card--new-template": function(d) { return "New template"; },
    "library--media-upload--images-title": function(d) { return "Upload images"; },
    "library--media-upload--video-title": function(d) { return "Upload videos"; },
    "library--media-upload--fonts-title": function(d) { return "Upload fonts"; },
    "library--media-upload--image-selection-allowed-types": function(d) { return "You can upload GIFs, JPEGs, SVGs, PNGs, and more."; },
    "library--media-upload--video-selection-allowed-types": function(d) { return "You can upload MP4s, MKVs, AVIs, and more."; },
    "library--media-upload--upload-button": function(d) { return "Choose files"; },
    "library--image-card--more-options-icon-title": function(d) { return "Options"; },
    "library--image-card--delete--confirmation": function(d) { return "Delete image?"; },
    "library--image-card--created-at": function(d) { return "Added " + d.date; },
    "library--image-card--details--button": function(d) { return "Show image details"; },
    "library--image-details-modal--timestamp-label": function(d) { return "Added #[date]"; },
    "library--video-card--delete--confirmation": function(d) { return "Delete video?"; },
    "library-video-upload-card--cancel-button": function(d) { return "Cancel upload"; },
    "library--video-card--details--button": function(d) { return "Show video details"; },
    "library--upload-card--queued": function(d) { return "Queued"; },
    "library--upload-card--uploading": function(d) { return "Uploading"; },
    "library--upload-card--processing": function(d) { return "Processing..."; },
    "library--upload-card--pre-processing-failed": function(d) { return "Something might be wrong with your file. Try uploading again, and contact support if the problem continues."; },
    "library--upload-card--failed": function(d) { return "Looks like a network/post-processing error occurred. Try again in a moment, and contact support if the problem continues."; },
    "library--template-card--details--button": function(d) { return "Show template details"; },
    "library--template-card--draft--button": function(d) { return "Edit draft"; },
    "library--font-card--details--button": function(d) { return "Show font details"; },
    "shortcuts--separator--then": function(d) { return "then"; },
    "shortcuts--separator--or": function(d) { return "or"; },
    "shortcuts--empty-message--title": function(d) { return "If we’re missing a shortcut you need, let us know!"; },
    "shortcuts--empty-message--button": function(d) { return "Contact us"; },
    "shortcuts--basic--category": function(d) { return "Basic shortcuts"; },
    "shortcuts--basic--new-slide--label": function(d) { return "New slide"; },
    "shortcuts--basic--new-blank-slide--label": function(d) { return "New blank slide"; },
    "shortcuts--basic--quick-menu--label": function(d) { return "Open quick menu"; },
    "shortcuts--basic--toggle--option--panel": function(d) { return "Show/hide panel"; },
    "shortcuts--basic--search-presentation--label": function(d) { return "Search for presentation"; },
    "shortcuts--basic--cycle-tabs--label": function(d) { return "Cycle through tabs"; },
    "shortcuts--basic--close-tab--label": function(d) { return "Close tab"; },
    "shortcuts--basic--select-tab--label": function(d) { return "Select tab"; },
    "shortcuts--systemwide--category": function(d) { return "Systemwide shortcuts"; },
    "shortcuts--systemwide--hide-app--label": function(d) { return "Hide app"; },
    "shortcuts--systemwide--min-window--label": function(d) { return "Minimize window"; },
    "shortcuts--systemwide--cut--label": function(d) { return "Cut"; },
    "shortcuts--systemwide--copy--label": function(d) { return "Copy"; },
    "shortcuts--systemwide--paste--label": function(d) { return "Paste"; },
    "shortcuts--systemwide--undo--label": function(d) { return "Undo"; },
    "shortcuts--systemwide--redo--label": function(d) { return "Redo"; },
    "shortcuts--systemwide--close-modal--label": function(d) { return "Close popup"; },
    "shortcuts--editor--category": function(d) { return "Edit slides"; },
    "shortcuts--editor--apply-styles--label": function(d) { return "Apply styles"; },
    "shortcuts--editor--duplicate-drag--label": function(d) { return "Duplicate object"; },
    "shortcuts--editor--move-slide--label": function(d) { return "Move slide up and down"; },
    "shortcuts--editor--bring-to-front--label": function(d) { return "Bring to front"; },
    "shortcuts--editor--bring-forward--label": function(d) { return "Bring forward"; },
    "shortcuts--editor--send-to-back--label": function(d) { return "Send to back"; },
    "shortcuts--editor--send-backward--label": function(d) { return "Send backward"; },
    "shortcuts--editor--show-guides--label": function(d) { return "Show alignment guides"; },
    "shortcuts--editor--swap-blocks--label": function(d) { return "Swap blocks"; },
    "shortcuts--editor--tidy-blocks--label": function(d) { return "Tidy multiple blocks"; },
    "shortcuts--editor--deselect-block--label": function(d) { return "Deselect block"; },
    "shortcuts--editor--select-all-blocks--label": function(d) { return "Select all blocks on a slide"; },
    "shortcuts--editor--duplicate--label": function(d) { return "Duplicate slide or block"; },
    "shortcuts--editor--delete--label": function(d) { return "Delete slide or block"; },
    "shortcuts--editor--align-to-guide--label": function(d) { return "Align to next guide"; },
    "shortcuts--editor--move-1px--label": function(d) { return "Move position 1px"; },
    "shortcuts--editor--move-10px--label": function(d) { return "Move position 10px"; },
    "shortcuts--editor--group-blocks--label": function(d) { return "Group blocks"; },
    "shortcuts--editor--ungroup-blocks--label": function(d) { return "Ungroup blocks"; },
    "shortcuts--addblock--category": function(d) { return "Add block"; },
    "shortcuts--addblock--image--label": function(d) { return "Add image or media"; },
    "shortcuts--addblock--arrow--label": function(d) { return "Add arrow"; },
    "shortcuts--addblock--circle--label": function(d) { return "Add circle"; },
    "shortcuts--addblock--rectangle--label": function(d) { return "Add rectangle"; },
    "shortcuts--addblock--numbered-list--label": function(d) { return "Add numbered list"; },
    "shortcuts--addblock--bullet-list--label": function(d) { return "Add bullet point list"; },
    "shortcuts--addblock--normal-text--label": function(d) { return "Add normal text"; },
    "shortcuts--addblock--headline--label": function(d) { return "Add headline"; },
    "shortcuts--addblock--text--label": function(d) { return "Add text below"; },
    "shortcuts--addblock--line--label": function(d) { return "Add line"; },
    "shortcuts--text--category": function(d) { return "Edit text"; },
    "shortcuts--text--link-toolbar--label": function(d) { return "Open link toolbar"; },
    "shortcuts--text--cancel-edit--label": function(d) { return "Exit text editor"; },
    "shortcuts--text--indent--label": function(d) { return "Increase indent"; },
    "shortcuts--text--underline--label": function(d) { return "Underline"; },
    "shortcuts--text--strikethrough--label": function(d) { return "Strikethrough"; },
    "shortcuts--text--bold--label": function(d) { return "Bold"; },
    "shortcuts--text--italic--label": function(d) { return "Italic"; },
    "shortcuts--navigate--category": function(d) { return "Navigate"; },
    "shortcuts--navigate--jump-to-slide--label": function(d) { return "Jump to slide"; },
    "shortcuts--navigate--last-slide--label": function(d) { return "Last slide"; },
    "shortcuts--navigate--first-slide--label": function(d) { return "First slide"; },
    "shortcuts--navigate--prev-slide--label": function(d) { return "Previous slide"; },
    "shortcuts--navigate--next-slide--label": function(d) { return "Next slide"; },
    "shortcuts--dashboard--category": function(d) { return "Dashboard"; },
    "shortcuts--dashboard--new-presentation--label": function(d) { return "Create presentation"; },
    "shortcuts--dashboard--new-presentation-blank--label": function(d) { return "Create blank presentation"; },
    "shortcuts--dashboard--go-to-workspace--label": function(d) { return "Jump to workspace"; },
    "shortcuts--dashboard--new-folder--label": function(d) { return "Create folder"; },
    "shortcuts--collab--category": function(d) { return "Collaborate"; },
    "shortcuts--collab--change-status--label": function(d) { return "Change slide status"; },
    "shortcuts--collab--toggle-comments--label": function(d) { return "Show/hide comment panel"; },
    "shortcuts--collab--assign-slide--label": function(d) { return "Assign slide"; },
    "shortcuts--collab--create-comment--label": function(d) { return "Add comment"; },
    "shortcuts--collab--post-comment--label": function(d) { return "Post a comment"; },
    "shortcuts--collab--toggle-microphone--label": function(d) { return "Mute/unmute microphone"; },
    "shortcuts--present--category": function(d) { return "Present"; },
    "shortcuts--present--prev-slide--label": function(d) { return "Previous slide"; },
    "shortcuts--present--next-slide--label": function(d) { return "Next slide"; },
    "shortcuts--present--stop--label": function(d) { return "Stop presenting"; },
    "shortcuts--present--start--label": function(d) { return "Start presenting"; },
    "speaker-view--title": function(d) { return "Speaker notes"; },
    "speaker-view--end-of-slideshow-title": function(d) { return "End of slideshow"; },
    "speaker-view--end-of-slideshow-description": function(d) { return "Press Esc to exit the presentation"; },
    "speaker-view--button-exit-presentation": function(d) { return "Exit presentation"; },
    "speaker-view--button-speaker-view": function(d) { return "Speaker view"; },
    "speaker-view--window-title": function(d) { return "Pitch"; },
    "speaker-view--tab-hidden-error": function(d) { return "Speaker view is paused. Make sure your presentation and this window are both visible on a screen to continue."; },
    "speaker-view--bottom-bar--quit-presenter-button-hint": function(d) { return "Leave presenter mode"; },
    "speaker-view--bottom-bar--previous-slide-button": function(d) { return "Previous slide"; },
    "speaker-view--bottom-bar--next-slide-button": function(d) { return "Next slide"; },
    "speaker-view--bottom-bar--open-speaker-view-button-hint": function(d) { return "Open speaker view"; },
    "speaker-view-v2--window-title": function(d) { return "Speaker view"; },
    "speaker-view-v2--slide-grid-button": function(d) { return "Slide grid"; },
    "speaker-view-v2--slide-module--presentation-end": function(d) { return "Presentation end"; },
    "speaker-view-v2--slide-module--next-slide": function(d) { return "Next slide:"; },
    "speaker-view-v2--settings--current-slide": function(d) { return "Current slide"; },
    "speaker-view-v2--settings--next-slide": function(d) { return "Next slide"; },
    "speaker-view-v2--settings--slide-navigator": function(d) { return "Slide navigator"; },
    "speaker-view-v2--settings--speaker-notes": function(d) { return "Speaker notes"; },
    "speaker-view-v2--settings--clock": function(d) { return "Clock"; },
    "speaker-view-v2--settings--timer": function(d) { return "Timer"; },
    "speaker-view-v2--settings--progress-line": function(d) { return "Progress bar"; },
    "export-link-incentive--dismiss": function(d) { return "Don’t ask again"; },
    "export-link-incentive--cta": function(d) { return "Share link"; },
    "export-link-incentive--title--pdf": function(d) { return "Links let your decks do more"; },
    "export-link-incentive--headline--pdf": function(d) { return "Share links instead of PDFs to take advantage of the features that make Pitch great."; },
    "export-link-incentive--row-1--pdf": function(d) { return "Enjoy automatic presentation updates."; },
    "export-link-incentive--row-2--pdf": function(d) { return "Let anyone view your work – no Pitch account required."; },
    "export-link-incentive--row-3--pdf": function(d) { return "Keep viewers engaged with videos and recordings."; },
    "export-link-incentive--title--ppt": function(d) { return "Links let your decks do more"; },
    "export-link-incentive--headline--ppt": function(d) { return "Share links instead of files to take advantage of the features that make Pitch great."; },
    "export-link-incentive--row-1--ppt": function(d) { return "Enjoy automatic presentation updates."; },
    "export-link-incentive--row-2--ppt": function(d) { return "Let anyone view your presentation — no Pitch account required."; },
    "export-link-incentive--row-3--ppt": function(d) { return "Keep viewers engaged with videos and recordings."; },
    "template-generator--toolbar--title": function(d) { return "Create a branded template"; },
    "template-generator--toolbar--skip-button": function(d) { return "Cancel"; },
    "template-generator--toolbar--save-button": function(d) { return "Use template"; },
    "template-generator--toolbar--upload-logo-button": function(d) { return "Logo"; },
    "template-generator--toolbar--search-field-placeholder": function(d) { return "Enter your website"; },
    "template-generator--toolbar--magic-button-hint": function(d) { return "Don’t have a website? Get inspired by a popular brand."; },
    "template-generator--toolbar--search-field-hint": function(d) { return "We’ll generate some basic branding to start with. Don’t worry – you can change it later."; },
    "clips--recording-overlay--selected-clip-label": function(d) { return "Selected recording:"; },
    "clips--recording-overlay--new-take-button": function(d) { return "Create new take"; },
    "clips--recording-overlay--review-recording-button": function(d) { return "Review recording"; },
    "clips--recording-overlay--delete-take-confirm-title": function(d) { return "Delete recording from this slide?"; },
    "clips--recording-overlay--delete-take-confirm-description": function(d) { return "This will remove the selected recording from your list of takes. Any recordings on other slides will remain."; },
    "clips--recording-overlay-delete-take-confirm-label": function(d) { return "Delete"; },
    "clips--recording-overlay--delete-all-takes-confirm-title": function(d) { return "Delete all recordings from this slide?"; },
    "clips--recording-overlay--delete-all-takes-confirm-description": function(d) { return "This will only affect this slide. Recordings on other slides will not be deleted."; },
    "clips--recording-overlay-delete-all-takes-confirm-label": function(d) { return "Delete all"; },
    "clips--recording-overlay--delete-uploading-clip-confirm-title": function(d) { return "Discard recording?"; },
    "clips--recording-overlay--delete-uploading-clip-confirm-description": function(d) { return "This will discard the current uploading recording."; },
    "clips--recording-overlay-delete-uploading-clip-confirm-label": function(d) { return "Discard recording"; },
    "clips--recording-overlay--toast-message--clip-saved": function(d) { return "Recording saved to presentation"; },
    "clips--recording-overlay--uploading-discard-confirm-title": function(d) { return plural(d.count, 0, en, { "1": "Stop upload and discard?", other: "Stop uploads and discard?" }); },
    "clips--recording-overlay--uploading-discard-confirm-description": function(d) { return plural(d.count, 0, en, { "1": "Your recording is still uploading. Closing the recorder now will discard it.", other: number(d.count, "count") + " recordings are still uploading. Closing the recorder now will discard them." }); },
    "clips--recording-overlay--uploading-discard-confirm-button-text": function(d) { return plural(d.count, 0, en, { "1": "Discard recording", other: "Discard recordings" }); },
    "clips--recording-overlay--recording-discard-confirm-description": function(d) { return plural(d.count, 0, en, { "0": "You’re currently recording a take. Closing the recorder now will discard it.", "1": "You’re currently recording a take and " + number(d.count, "count") + " recording is still uploading. Closing the recorder now will discard them.", other: "You’re currently recording a take and " + number(d.count, "count") + " recordings are still uploading. Closing the recorder now will discard them." }); },
    "clips--recording-overlay--reviewing-discard-confirm-description": function(d) { return plural(d.count, 0, en, { "1": "You’re currently reviewing a take. Closing the recorder now will discard it.", "2": "You’re currently reviewing a take and " + number(d.count, "count") + " recording is still uploading. Closing the recorder now will discard them.", other: "You’re currently reviewing a take and " + number(d.count, "count") + " recordings are still uploading. Closing the recorder now will discard them." }); },
    "clips--recording-overlay--recorder--header-title": function(d) { return "Recorder"; },
    "clips--recording-overlay--stopwatch--paused": function(d) { return "Paused"; },
    "clips--recording-overlay--reviewer--discard-recording": function(d) { return "Discard"; },
    "clips--recording-overlay--reviewer--tooltip--save-recording": function(d) { return "Save the recording"; },
    "clips--recording-overlay--reviewer--save-recording": function(d) { return "Save"; },
    "clips--recording-overlay--reviewer--cancel-new-take": function(d) { return "Cancel new take"; },
    "clips--recording-overlay--reviewer--previous-slide": function(d) { return "Previous slide"; },
    "clips--recording-overlay--reviewer--next-slide": function(d) { return "Next slide"; },
    "clips--recording-overlay--clip-select--uploading-clip-retrying": function(d) { return "Retrying"; },
    "clips--recording-overlay--clip-select--uploading-clip": function(d) { return "Uploading..."; },
    "clips--recording-overlay--clip-select--create-new-take": function(d) { return "Create new take"; },
    "clips--recording-overlay--clip-select--delete-all-takes": function(d) { return "Delete all takes"; },
    "clips--recording-overlay--clip-select--select-none": function(d) { return "None"; },
    "clips--recording-overlay--footer--tooltip--playback--play": function(d) { return "Play"; },
    "clips--recording-overlay--footer--tooltip--playback--pause": function(d) { return "Pause"; },
    "clips--recording-overlay--footer--record-new-take": function(d) { return "Record new take"; },
    "clips--recording-overlay--footer--start-recording": function(d) { return "Start recording"; },
    "clips--recording-overlay--footer--tooltip--start-the-recording": function(d) { return "Start the recording"; },
    "clips--recording-overlay--footer--tooltip--pause-recording": function(d) { return "Pause recording"; },
    "clips--recording-overlay--footer--tooltip--resume-recording": function(d) { return "Resume recording"; },
    "clips--recording-overlay--footer--stop-recording": function(d) { return "Stop recording"; },
    "clips--recording-overlay--footer--restart-recording": function(d) { return "Restart recording"; },
    "clips--recording-overlay--footer--stopping-recording": function(d) { return "Stopping..."; },
    "clips--recording-overlay--footer--tooltip--move-to-next-slide": function(d) { return "Move to next slide"; },
    "clips--recording-overlay--footer--next-slide": function(d) { return "Next slide"; },
    "clips--recording-overlay--video-quality-options--4k-hd": function(d) { return "4K HD"; },
    "clips--recording-overlay--video-quality-options--1440p-hd": function(d) { return "1440p HD"; },
    "clips--recording-overlay--video-quality-options--1080p-hd": function(d) { return "1080p HD"; },
    "clips--recording-overlay--video-quality-options--720p": function(d) { return "720p"; },
    "clips--recording-overlay--video-quality-options--480p": function(d) { return "480p"; },
    "clips--recording-overlay--input-error--both-disallowed": function(d) { return "We can’t access your microphone and camera."; },
    "clips--recording-overlay--input-error--mic-disallowed": function(d) { return "We can’t access your microphone."; },
    "clips--recording-overlay--input-error--camera-disallowed": function(d) { return "We can’t access your camera."; },
    "clips--recording-overlay--input-error--both-missing": function(d) { return "There’s an issue with your microphone and camera. Try restarting your browser or app."; },
    "clips--recording-overlay--input-error--mic-missing": function(d) { return "There’s an issue with your microphone. Try restarting your browser or app."; },
    "clips--recording-overlay--input-error--camera-missing": function(d) { return "There’s an issue with your camera. Try restarting your browser or app."; },
    "clips--recording-overlay--input-error--learn-more": function(d) { return "Visit the help center to learn more"; },
    "clips--defect-devices-warning-toast--headline": function(d) { return "Something went wrong"; },
    "clips--no-recording-audio-warning-toast--headline": function(d) { return "Looks like you’re muted"; },
    "clips--no-recording-audio-warning-toast--subline": function(d) { return "Your microphone is working, but you need to unmute yourself."; },
    "clips--recording-overlay--device-picker-warning-tooltip--audio--headline": function(d) { return "Your microphone isn’t working"; },
    "clips--recording-overlay--device-picker-warning-tooltip--audio--subline": function(d) { return "Try connecting to a different audio source."; },
    "clips--recording-overlay--device-picker-warning-tooltip--video--headline": function(d) { return "Your camera isn’t working"; },
    "clips--recording-overlay--device-picker-warning-tooltip--video--subline": function(d) { return "Try connecting to a different video source."; },
    "clips--delete-block-alert--description": function(d) { return "Your takes are still available"; },
    "clips--delete-block-alert--open-recorder": function(d) { return "Open in recorder"; },
    "recordings--create-block-alert": function(d) { return "You can only add one recording per slide"; },
    "clips--editor--panel-item-add-recording": function(d) { return "Add recording"; },
    "clips--editor--panel-item-edit-take": function(d) { return "Edit take"; },
    "clips--editor--panel-item-edit-take-badge-tooltip": function(d) { return plural(d.count, 0, en, { "1": number(d.count, "count") + " take available", other: number(d.count, "count") + " takes available" }); },
    "clips--editor--panel-item-thumbnail": function(d) { return "Thumbnail"; },
    "follow--user-list-header": function(d) { return "Active now"; },
    "follow--leader-left": function(d) { return d.name + " left the presentation."; },
    "follow--following-user": function(d) { return "Following"; },
    "follow--start-following-cta": function(d) { return "Start following"; },
    "follow--stop-following-cta": function(d) { return "Stop following"; },
    "mobile--auth--entry-button": function(d) { return "Get started"; },
    "mobile--auth--we-re-ready": function(d) { return "We’re ready for your big ideas"; },
    "countries--unknown": function(d) { return "Unknown"; },
    "countries--ad": function(d) { return "Andorra"; },
    "countries--ae": function(d) { return "United Arab Emirates"; },
    "countries--af": function(d) { return "Afghanistan"; },
    "countries--ag": function(d) { return "Antigua and Barbuda"; },
    "countries--ai": function(d) { return "Anguilla"; },
    "countries--al": function(d) { return "Albania"; },
    "countries--am": function(d) { return "Armenia"; },
    "countries--ao": function(d) { return "Angola"; },
    "countries--aq": function(d) { return "Antarctica"; },
    "countries--ar": function(d) { return "Argentina"; },
    "countries--as": function(d) { return "American Samoa"; },
    "countries--at": function(d) { return "Austria"; },
    "countries--au": function(d) { return "Australia"; },
    "countries--aw": function(d) { return "Aruba"; },
    "countries--ax": function(d) { return "Åland Islands"; },
    "countries--az": function(d) { return "Azerbaijan"; },
    "countries--ba": function(d) { return "Bosnia and Herzegovina"; },
    "countries--bb": function(d) { return "Barbados"; },
    "countries--bd": function(d) { return "Bangladesh"; },
    "countries--be": function(d) { return "Belgium"; },
    "countries--bf": function(d) { return "Burkina Faso"; },
    "countries--bg": function(d) { return "Bulgaria"; },
    "countries--bh": function(d) { return "Bahrain"; },
    "countries--bi": function(d) { return "Burundi"; },
    "countries--bj": function(d) { return "Benin"; },
    "countries--bl": function(d) { return "Saint Barthélemy"; },
    "countries--bm": function(d) { return "Bermuda"; },
    "countries--bn": function(d) { return "Brunei Darussalam"; },
    "countries--bo": function(d) { return "Bolivia"; },
    "countries--bq": function(d) { return "Bonaire"; },
    "countries--br": function(d) { return "Brazil"; },
    "countries--bs": function(d) { return "Bahamas"; },
    "countries--bt": function(d) { return "Bhutan"; },
    "countries--bv": function(d) { return "Bouvet Island"; },
    "countries--bw": function(d) { return "Botswana"; },
    "countries--by": function(d) { return "Belarus"; },
    "countries--bz": function(d) { return "Belize"; },
    "countries--ca": function(d) { return "Canada"; },
    "countries--cc": function(d) { return "Cocos (Keeling) Islands"; },
    "countries--cd": function(d) { return "Democratic Republic of the Congo"; },
    "countries--cf": function(d) { return "Central African Republic"; },
    "countries--cg": function(d) { return "Congo"; },
    "countries--ch": function(d) { return "Switzerland"; },
    "countries--ci": function(d) { return "Ivory Coast"; },
    "countries--ck": function(d) { return "Cook Islands"; },
    "countries--cl": function(d) { return "Chile"; },
    "countries--cm": function(d) { return "Cameroon"; },
    "countries--cn": function(d) { return "China"; },
    "countries--co": function(d) { return "Colombia"; },
    "countries--cr": function(d) { return "Costa Rica"; },
    "countries--cu": function(d) { return "Cuba"; },
    "countries--cv": function(d) { return "Cape Verde"; },
    "countries--cw": function(d) { return "Curacao"; },
    "countries--cx": function(d) { return "Christmas Island"; },
    "countries--cy": function(d) { return "Cyprus"; },
    "countries--cz": function(d) { return "Czech Republic"; },
    "countries--de": function(d) { return "Germany"; },
    "countries--dj": function(d) { return "Djibouti"; },
    "countries--dk": function(d) { return "Denmark"; },
    "countries--dm": function(d) { return "Dominica"; },
    "countries--do": function(d) { return "Dominican Republic"; },
    "countries--dz": function(d) { return "Algeria"; },
    "countries--ec": function(d) { return "Ecuador"; },
    "countries--ee": function(d) { return "Estonia"; },
    "countries--eg": function(d) { return "Egypt"; },
    "countries--eh": function(d) { return "Western Sahara"; },
    "countries--er": function(d) { return "Eritrea"; },
    "countries--es": function(d) { return "Spain"; },
    "countries--et": function(d) { return "Ethiopia"; },
    "countries--fi": function(d) { return "Finland"; },
    "countries--fj": function(d) { return "Fiji"; },
    "countries--fk": function(d) { return "Falkland Islands (Malvinas)"; },
    "countries--fm": function(d) { return "Micronesia"; },
    "countries--fo": function(d) { return "Faroe Islands"; },
    "countries--fr": function(d) { return "France"; },
    "countries--ga": function(d) { return "Gabon"; },
    "countries--gb": function(d) { return "United Kingdom"; },
    "countries--gd": function(d) { return "Grenada"; },
    "countries--ge": function(d) { return "Georgia"; },
    "countries--gf": function(d) { return "French Guiana"; },
    "countries--gg": function(d) { return "Guernsey"; },
    "countries--gh": function(d) { return "Ghana"; },
    "countries--gi": function(d) { return "Gibraltar"; },
    "countries--gl": function(d) { return "Greenland"; },
    "countries--gm": function(d) { return "Gambia"; },
    "countries--gn": function(d) { return "Guinea"; },
    "countries--gp": function(d) { return "Guadeloupe"; },
    "countries--gq": function(d) { return "Equatorial Guinea"; },
    "countries--gr": function(d) { return "Greece"; },
    "countries--gs": function(d) { return "South Georgia and the South Sandwich Islands"; },
    "countries--gt": function(d) { return "Guatemala"; },
    "countries--gu": function(d) { return "Guam"; },
    "countries--gw": function(d) { return "Guinea-Bissau"; },
    "countries--gy": function(d) { return "Guyana"; },
    "countries--hk": function(d) { return "Hong Kong"; },
    "countries--hm": function(d) { return "Heard Island and McDonald Islands"; },
    "countries--hn": function(d) { return "Honduras"; },
    "countries--hr": function(d) { return "Croatia"; },
    "countries--ht": function(d) { return "Haiti"; },
    "countries--hu": function(d) { return "Hungary"; },
    "countries--id": function(d) { return "Indonesia"; },
    "countries--ie": function(d) { return "Ireland"; },
    "countries--il": function(d) { return "Israel"; },
    "countries--im": function(d) { return "Isle of Man"; },
    "countries--in": function(d) { return "India"; },
    "countries--io": function(d) { return "British Indian Ocean Territory"; },
    "countries--iq": function(d) { return "Iraq"; },
    "countries--ir": function(d) { return "Iran"; },
    "countries--is": function(d) { return "Iceland"; },
    "countries--it": function(d) { return "Italy"; },
    "countries--je": function(d) { return "Jersey"; },
    "countries--jm": function(d) { return "Jamaica"; },
    "countries--jo": function(d) { return "Jordan"; },
    "countries--jp": function(d) { return "Japan"; },
    "countries--ke": function(d) { return "Kenya"; },
    "countries--kg": function(d) { return "Kyrgyzstan"; },
    "countries--kh": function(d) { return "Cambodia"; },
    "countries--ki": function(d) { return "Kiribati"; },
    "countries--km": function(d) { return "Comoros"; },
    "countries--kn": function(d) { return "Saint Kitts and Nevis"; },
    "countries--kp": function(d) { return "Korea (Democratic People’s Republic of)"; },
    "countries--kr": function(d) { return "South Korea"; },
    "countries--kw": function(d) { return "Kuwait"; },
    "countries--ky": function(d) { return "Cayman Islands"; },
    "countries--kz": function(d) { return "Kazakhstan"; },
    "countries--la": function(d) { return "Laos"; },
    "countries--lb": function(d) { return "Lebanon"; },
    "countries--lc": function(d) { return "St Lucia"; },
    "countries--li": function(d) { return "Liechtenstein"; },
    "countries--lk": function(d) { return "Sri Lanka"; },
    "countries--lr": function(d) { return "Liberia"; },
    "countries--ls": function(d) { return "Lesotho"; },
    "countries--lt": function(d) { return "Lithuania"; },
    "countries--lu": function(d) { return "Luxembourg"; },
    "countries--lv": function(d) { return "Latvia"; },
    "countries--ly": function(d) { return "Libya"; },
    "countries--ma": function(d) { return "Morocco"; },
    "countries--mc": function(d) { return "Monaco"; },
    "countries--md": function(d) { return "Moldova"; },
    "countries--me": function(d) { return "Montenegro"; },
    "countries--mf": function(d) { return "Saint Martin"; },
    "countries--mg": function(d) { return "Madagascar"; },
    "countries--mh": function(d) { return "Marshall Islands"; },
    "countries--mk": function(d) { return "North Macedonia"; },
    "countries--ml": function(d) { return "Mali"; },
    "countries--mm": function(d) { return "Myanmar"; },
    "countries--mn": function(d) { return "Mongolia"; },
    "countries--mo": function(d) { return "Macao"; },
    "countries--mp": function(d) { return "Northern Mariana Islands"; },
    "countries--mq": function(d) { return "Martinique"; },
    "countries--mr": function(d) { return "Mauritania"; },
    "countries--ms": function(d) { return "Montserrat"; },
    "countries--mt": function(d) { return "Malta"; },
    "countries--mu": function(d) { return "Mauritius"; },
    "countries--mv": function(d) { return "Maldives"; },
    "countries--mw": function(d) { return "Malawi"; },
    "countries--mx": function(d) { return "Mexico"; },
    "countries--my": function(d) { return "Malaysia"; },
    "countries--mz": function(d) { return "Mozambique"; },
    "countries--na": function(d) { return "Namibia"; },
    "countries--nc": function(d) { return "New Caledonia"; },
    "countries--ne": function(d) { return "Niger"; },
    "countries--nf": function(d) { return "Norfolk Island"; },
    "countries--ng": function(d) { return "Nigeria"; },
    "countries--ni": function(d) { return "Nicaragua"; },
    "countries--nl": function(d) { return "Netherlands"; },
    "countries--no": function(d) { return "Norway"; },
    "countries--np": function(d) { return "Nepal"; },
    "countries--nr": function(d) { return "Nauru"; },
    "countries--nu": function(d) { return "Niue"; },
    "countries--nz": function(d) { return "New Zealand"; },
    "countries--om": function(d) { return "Oman"; },
    "countries--pa": function(d) { return "Panama"; },
    "countries--pe": function(d) { return "Peru"; },
    "countries--pf": function(d) { return "French Polynesia"; },
    "countries--pg": function(d) { return "Papua New Guinea"; },
    "countries--ph": function(d) { return "Philippines"; },
    "countries--pk": function(d) { return "Pakistan"; },
    "countries--pl": function(d) { return "Poland"; },
    "countries--pm": function(d) { return "Saint Pierre and Miquelon"; },
    "countries--pn": function(d) { return "Pitcairn"; },
    "countries--pr": function(d) { return "Puerto Rico"; },
    "countries--ps": function(d) { return "Palestine"; },
    "countries--pt": function(d) { return "Portugal"; },
    "countries--pw": function(d) { return "Palau"; },
    "countries--py": function(d) { return "Paraguay"; },
    "countries--qa": function(d) { return "Qatar"; },
    "countries--re": function(d) { return "Réunion"; },
    "countries--ro": function(d) { return "Romania"; },
    "countries--rs": function(d) { return "Serbia"; },
    "countries--ru": function(d) { return "Russian Federation"; },
    "countries--rw": function(d) { return "Rwanda"; },
    "countries--sa": function(d) { return "Saudi Arabia"; },
    "countries--sb": function(d) { return "Solomon Islands"; },
    "countries--sc": function(d) { return "Seychelles"; },
    "countries--sd": function(d) { return "Sudan"; },
    "countries--se": function(d) { return "Sweden"; },
    "countries--sg": function(d) { return "Singapore"; },
    "countries--sh": function(d) { return "Saint Helena, Ascension and Tristan da Cunha"; },
    "countries--si": function(d) { return "Slovenia"; },
    "countries--sj": function(d) { return "Svalbard and Jan Mayen"; },
    "countries--sk": function(d) { return "Slovakia"; },
    "countries--sl": function(d) { return "Sierra Leone"; },
    "countries--sm": function(d) { return "San Marino"; },
    "countries--sn": function(d) { return "Senegal"; },
    "countries--so": function(d) { return "Somalia"; },
    "countries--sr": function(d) { return "Suriname"; },
    "countries--ss": function(d) { return "South Sudan"; },
    "countries--st": function(d) { return "Sao Tome and Principe"; },
    "countries--sv": function(d) { return "El Salvador"; },
    "countries--sx": function(d) { return "Sint Maarten"; },
    "countries--sy": function(d) { return "Syrian Arab Republic"; },
    "countries--sz": function(d) { return "Swaziland"; },
    "countries--tc": function(d) { return "Turks and Caicos Islands"; },
    "countries--td": function(d) { return "Chad"; },
    "countries--tf": function(d) { return "French Southern Territories"; },
    "countries--tg": function(d) { return "Togo"; },
    "countries--th": function(d) { return "Thailand"; },
    "countries--tj": function(d) { return "Tajikistan"; },
    "countries--tk": function(d) { return "Tokelau"; },
    "countries--tl": function(d) { return "Timor-Leste"; },
    "countries--tm": function(d) { return "Turkmenistan"; },
    "countries--tn": function(d) { return "Tunisia"; },
    "countries--to": function(d) { return "Tonga"; },
    "countries--tr": function(d) { return "Turkey"; },
    "countries--tt": function(d) { return "Trinidad and Tobago"; },
    "countries--tv": function(d) { return "Tuvalu"; },
    "countries--tw": function(d) { return "Taiwan"; },
    "countries--tz": function(d) { return "Tanzania"; },
    "countries--ua": function(d) { return "Ukraine"; },
    "countries--ug": function(d) { return "Uganda"; },
    "countries--um": function(d) { return "United States Minor Outlying Islands"; },
    "countries--us": function(d) { return "United States"; },
    "countries--uy": function(d) { return "Uruguay"; },
    "countries--uz": function(d) { return "Uzbekistan"; },
    "countries--va": function(d) { return "Holy See"; },
    "countries--vc": function(d) { return "Saint Vincent and the Grenadines"; },
    "countries--ve": function(d) { return "Venezuela"; },
    "countries--vg": function(d) { return "Virgin Islands (British)"; },
    "countries--vi": function(d) { return "Virgin Islands (U.S.)"; },
    "countries--vn": function(d) { return "Vietnam"; },
    "countries--vu": function(d) { return "Vanuatu"; },
    "countries--wf": function(d) { return "Wallis and Futuna"; },
    "countries--ws": function(d) { return "Samoa"; },
    "countries--xk": function(d) { return "Kosovo"; },
    "countries--ye": function(d) { return "Yemen"; },
    "countries--yt": function(d) { return "Mayotte"; },
    "countries--za": function(d) { return "South Africa"; },
    "countries--zm": function(d) { return "Zambia"; },
    "countries--zw": function(d) { return "Zimbabwe"; },
    "inspector--layers--headline": function(d) { return "Blocks"; },
    "inspector--background-option--color-display-name": function(d) { return "Color"; },
    "inspector--background-option--gradient-display-name": function(d) { return "Gradient"; },
    "inspector--background-option--panel-item--start-color": function(d) { return "Start color"; },
    "inspector--background-option--panel-item--stop-color": function(d) { return "Stop color"; },
    "inspector--background-option--panel-item--rotation": function(d) { return "Rotation"; },
    "inspector--background-option--label-background-option": function(d) { return "Background"; },
    "inspector--background-option--change-color-button-hint": function(d) { return "Change color"; },
    "inspector--background-option--start-color-button-hint": function(d) { return "Start color"; },
    "inspector--background-option--stop-color-button-hint": function(d) { return "Stop color"; },
    "inspector--background-option--background-color-button-hint": function(d) { return "Background color"; },
    "comments--show-replies": function(d) { return "Show " + plural(d.replies, 0, en, { "0": "no replies", one: "1 reply", other: number(d.replies, "replies") + " replies" }); },
    "comments--hide-replies": function(d) { return "Hide " + plural(d.replies, 0, en, { one: "reply", other: "replies" }); },
    "comments--show-resolved-comments": function(d) { return "Show " + plural(d.comments, 0, en, { "0": "no resolved comments", one: "1 resolved comment", other: number(d.comments, "comments") + " resolved comments" }); },
    "comments--hide-resolved-comments": function(d) { return "Hide resolved " + plural(d.comments, 0, en, { one: "comment", other: "comments" }); },
    "comments--number-comments-phone": function(d) { return plural(d.comments, 0, en, { "0": "No comments", one: "1 Comment", other: number(d.comments, "comments") + " Comments" }); },
    "comments--retired-profile-tooltip-header": function(d) { return d.name + " doesn’t have access to this presentation anymore"; },
    "comments--retired-profile-tooltip-body": function(d) { return "If you reply to their comment, they won’t be notified."; },
    "inspector--block-options-lock-proportions": function(d) { return "Lock proportions"; },
    "inspector--block-options-adjust-width": function(d) { return "Adjust width automatically"; },
    "inspector--block-options-flip-horizontal-hint": function(d) { return "Flip horizontal"; },
    "inspector--block-options-flip-vertical-hint": function(d) { return "Flip vertical"; },
    "inspector--block-options-tidy": function(d) { return "Tidy"; },
    "inspector--block-options-tidy-hint": function(d) { return "Align and distribute selected blocks evenly"; },
    "inspector--group-options-tidy-hint": function(d) { return "Align and distribute selected groups evenly"; },
    "inspector--block-options-alignment": function(d) { return "Alignment"; },
    "inspector--block-options-distribution": function(d) { return "Distribution"; },
    "inspector--ungroup-hint": function(d) { return "Ungroup"; },
    "inspector--ungroup-button": function(d) { return "Ungroup"; },
    "inspector--group-hint": function(d) { return "Group"; },
    "inspector--group-button": function(d) { return "Group"; },
    "inspector--size-and-position": function(d) { return "Size & position"; },
    "inspector--block-options--section-expand-hint": function(d) { return "Expand"; },
    "inspector--block-options--section-collapse-hint": function(d) { return "Collapse"; },
    "inspector--block-options-reset-to-style": function(d) { return "Reset to style"; },
    "inspector--block-options-reset-to-default": function(d) { return "Reset to default"; },
    "inspector--table-options-reset-cell-style": function(d) { return "Reset cell style"; },
    "inspector--block-options--font-size": function(d) { return "Font size"; },
    "inspector--block-options--font-size-hint": function(d) { return "Select font size"; },
    "inspector--block-options--line-height-hint": function(d) { return "Select line height"; },
    "inspector--block-options--letter-spacing-hint": function(d) { return "Select letter spacing"; },
    "inspector--block-options--paragraph-spacing-hint": function(d) { return "Select paragraph spacing"; },
    "inspector--block-options--blur-hint": function(d) { return "Select blur"; },
    "inspector--block-options--rows-count": function(d) { return "Rows"; },
    "inspector--block-options--rows-count-hint": function(d) { return "Select rows count"; },
    "inspector--block-options--dimensions": function(d) { return "Dimensions"; },
    "inspector--block-options--cols-count": function(d) { return "Columns"; },
    "inspector--block-options--cols-count-hint": function(d) { return "Select columns count"; },
    "inspector--block-options--editable-drop-down-hint": function(d) { return "Select item"; },
    "inspector--block-options--table--tidy": function(d) { return "Tidy"; },
    "inspector--block-options--table--already-tidied": function(d) { return "Already tidied"; },
    "inspector--block-options--table--tidy-hint-rows": function(d) { return "Distribute the selected rows"; },
    "inspector--block-options--table--tidy-hint-columns": function(d) { return "Distribute the selected columns"; },
    "inspector--block-options--table--tidy-hint-both": function(d) { return "Distribute the selected rows and columns"; },
    "inspector--block-options--table--background-color": function(d) { return "Background color"; },
    "inspector--block-options--table--text-color": function(d) { return "Text color"; },
    "inspector--block-options--table--borders": function(d) { return "Borders"; },
    "inspector--block-options--table-header--background": function(d) { return "Background"; },
    "inspector--block--options--table-header-text-color": function(d) { return "Text color"; },
    "inspector--block-options--table-header--font-style": function(d) { return "Font style"; },
    "inspector--block-options--table--alternating-rows": function(d) { return "Alternating rows"; },
    "inspector--block-options--table-alt-rows-background": function(d) { return "Background"; },
    "inspector--block-options--table-alt-rows--text-color": function(d) { return "Text color"; },
    "inspector--block-options--table--border-color": function(d) { return "Border color"; },
    "inspector--block-options--table--header": function(d) { return "Header"; },
    "inspector--blur-option--blur": function(d) { return "Blur"; },
    "inspector--font-picker--no-results": function(d) { return "Nothing turned up. Try again or upload a custom font."; },
    "inspector--font-picker--upload-btn": function(d) { return "Upload"; },
    "inspector--font-picker--search-placeholder": function(d) { return "Search..."; },
    "inspector--text-options--text-alignment": function(d) { return "Text alignment"; },
    "inspector--text-options--text-alignment-vertical-top": function(d) { return "Top"; },
    "inspector--text-options--text-alignment-vertical-center": function(d) { return "Center"; },
    "inspector--text-options--text-alignment-vertical-bottom": function(d) { return "Bottom"; },
    "inspector--block-options--align-left": function(d) { return "Align left"; },
    "inspector--block-options--align-center": function(d) { return "Align center"; },
    "inspector--block-options--align-right": function(d) { return "Align right"; },
    "inspector--block-options--align-top": function(d) { return "Align top"; },
    "inspector--block-options--align-middle": function(d) { return "Align middle"; },
    "inspector--block-options--align-bottom": function(d) { return "Align bottom"; },
    "inspector--block-options--distribute-horizontally": function(d) { return "Distribute horizontally"; },
    "inspector--block-options--distribute-vertically": function(d) { return "Distribute vertically"; },
    "inspector--order-bring-to-front--label": function(d) { return "To front"; },
    "inspector--order-bring-to-front--hint": function(d) { return "Bring to front"; },
    "inspector--order-send-to-back--label": function(d) { return "To back"; },
    "inspector--order-send-to-back--hint": function(d) { return "Send to back"; },
    "inspector--panel-link-label": function(d) { return "Link"; },
    "inspector--panel-link-placeholder": function(d) { return "Add a URL"; },
    "inspector--chart-options--options": function(d) { return "Elements"; },
    "inspector--chart-options--toggle-show-category-labels": function(d) { return "Category labels"; },
    "inspector--chart-options--toggle-value-labels": function(d) { return "Value labels"; },
    "inspector--chart-options--scale-labels": function(d) { return "Scale labels"; },
    "inspector--chart-options--toggle-category-axis": function(d) { return "Category axis"; },
    "inspector--chart-options--toggle-scale-axis": function(d) { return "Scale axis"; },
    "inspector--chart-options--toggle-legend": function(d) { return "Legend"; },
    "inspector--chart-options--toggle-background": function(d) { return "Background"; },
    "inspector--chart--legend-options--bullet-style": function(d) { return "Bullet style"; },
    "inspector--chart--legend-options--bullet-style-dot": function(d) { return "Dot"; },
    "inspector--chart--legend-options--bullet-style-square": function(d) { return "Square"; },
    "inspector--chart--legend-options--layout": function(d) { return "Layout"; },
    "inspector--chart--legend-options--layout-horizontal": function(d) { return "Horizontal"; },
    "inspector--chart--legend-options--layout-vertical": function(d) { return "Vertical"; },
    "inspector--chart-options--background-color": function(d) { return "Background"; },
    "inspector--chart-options--color-label": function(d) { return "Color"; },
    "inspector--chart-options--color-palette-label": function(d) { return "Colors"; },
    "inspector--chart-options--select-chart-type": function(d) { return "Chart type"; },
    "inspector--chart-options--scale-label": function(d) { return "Scale"; },
    "inspector--chart-options--min-scale-label": function(d) { return "Min scale"; },
    "inspector--chart-options--max-scale-label": function(d) { return "Max scale"; },
    "inspector--chart-options--scale-step-label": function(d) { return "Steps"; },
    "inspector--chart-options--default-scale-placeholder": function(d) { return "Auto"; },
    "inspector--chart-options--dashed-scale-lines": function(d) { return "Dashed"; },
    "inspector--chart-options--show-tick-marks": function(d) { return "Show tick marks"; },
    "inspector--chart-options--toggle-grid": function(d) { return "Grid"; },
    "inspector--chart-options--labels-position": function(d) { return "Position"; },
    "inspector--chart-options--labels-position-auto": function(d) { return "Auto"; },
    "inspector--chart-options--labels-position-hide": function(d) { return "Hide"; },
    "inspector--chart-options--labels-position-rotate": function(d) { return "Rotate"; },
    "inspector--chart-options--labels-stroke": function(d) { return "Outline"; },
    "inspector--chart-options--width": function(d) { return "Width"; },
    "inspector--chart-options--bar-width-control": function(d) { return "Bar width"; },
    "inspector--chart-options--corner-radius-control": function(d) { return "Corner radius"; },
    "inspector--chart-options--dot-size": function(d) { return "Dot size"; },
    "inspector--chart-options--toggle-smooth-line": function(d) { return "Smooth"; },
    "inspector--chart-options--line-width-control": function(d) { return "Line width"; },
    "inspector--chart-options--show-dots": function(d) { return "Dots"; },
    "inspector--chart-options--area-opacity": function(d) { return "Area opacity"; },
    "inspector--chart-options--donut-label": function(d) { return "Donut"; },
    "inspector--chart-options--pie-donut-hole": function(d) { return "Donut hole"; },
    "inspector--chart-options--pie-padding-control": function(d) { return "Padding"; },
    "inspector--chart-options--pie-corners-control": function(d) { return "Corners"; },
    "inspector--chart-options--pie-labels-distance": function(d) { return "Distance"; },
    "inspector--chart-options--pie-labels-position-radial": function(d) { return "Radial"; },
    "inspector--chart-options--pie-labels-position-callout": function(d) { return "Callout"; },
    "inspector--chart-options--edit-chart-data-button": function(d) { return "Edit data"; },
    "inspector--chart-options--finish-editing-chart-data": function(d) { return "Done"; },
    "inspector--chart-options--replace-chart-data-button": function(d) { return "Replace data"; },
    "inspector--chart-options--font-weight": function(d) { return "Bold"; },
    "inspector--chart-options--font-italic": function(d) { return "Italic"; },
    "inspector--chart-options--text-color": function(d) { return "Text color"; },
    "inspector--chart-options--axis-color": function(d) { return "Axis color"; },
    "inspector--shape-options--fill": function(d) { return "Fill"; },
    "inspector--line-options--appearance": function(d) { return "Appearance"; },
    "inspector--line-options--line-color": function(d) { return "Line color"; },
    "inspector--line-options-dash-style-none": function(d) { return "Solid"; },
    "inspector--line-options-dash-style-dotted": function(d) { return "Dotted"; },
    "inspector--line-options-dash-style-dashed": function(d) { return "Dashed"; },
    "inspector--shape-options--toggle-border": function(d) { return "Border"; },
    "inspector--shape-options--border-color": function(d) { return "Border color"; },
    "inspector--shape-options--border-width": function(d) { return "Width"; },
    "inspector--shape-options--line-style": function(d) { return "Line style"; },
    "inspector--shape-options--arrowheads": function(d) { return "Arrowheads"; },
    "inspector--shape-options--toggle-shrink-to-fit": function(d) { return "Shrink text to fit"; },
    "inspector--video-options--playback": function(d) { return "Playback"; },
    "inspector--video-options--appearance": function(d) { return "Appearance"; },
    "inspector--video-options--autoplay": function(d) { return "Autoplay"; },
    "inspector--video-options--hide-controls": function(d) { return "Hide controls?"; },
    "inspector--video-options--loop": function(d) { return "Loop"; },
    "inspector--video-options--mute": function(d) { return "Mute"; },
    "inspector--clip-options--preset": function(d) { return "Recording shape"; },
    "inspector--clip-options--thumbnail": function(d) { return "Thumbnail"; },
    "inspector--animations--header": function(d) { return "Animate"; },
    "inspector--animations--preset--none": function(d) { return "None"; },
    "inspector--animations--preset--instant": function(d) { return "Instant"; },
    "inspector--animations--preset--fade-in": function(d) { return "Fade in"; },
    "inspector--animations--preset--slide-up": function(d) { return "Slide up"; },
    "inspector--animations--preset--slide-down": function(d) { return "Slide down"; },
    "inspector--animations--preset--slide-right": function(d) { return "Slide right"; },
    "inspector--animations--preset--slide-left": function(d) { return "Slide left"; },
    "inspector--animations--preset--grow": function(d) { return "Grow"; },
    "inspector--animations--preset--shrink": function(d) { return "Shrink"; },
    "inspector--animations--order--headline": function(d) { return "Order"; },
    "inspector--animations--order--preview": function(d) { return "Preview"; },
    "inspector--animations--empty-state": function(d) { return "Select object(s) to animate."; },
    "onboarding--create-workspace--heading": function(d) { return "Create a home for your team"; },
    "onboarding--create-workspace--description": function(d) { return "Your team’s workspace will hold all your presentations in one place."; },
    "onboarding--create-workspace--label-workspace-name": function(d) { return "Workspace name"; },
    "onboarding--create-workspace--label-self-segmentation": function(d) { return "What will you use Pitch for?"; },
    "onboarding--create-workspace--self-segmentation--work": function(d) { return "Work"; },
    "onboarding--create-workspace--self-segmentation--personal": function(d) { return "Personal"; },
    "onboarding--create-workspace--self-segmentation--education": function(d) { return "Education"; },
    "onboarding--create-workspace--self-segmentation--other": function(d) { return "Other"; },
    "onboarding--create-workspace--btn-next": function(d) { return "Next"; },
    "onboarding--create-workspace--btn-skip": function(d) { return "Skip for now"; },
    "onboarding--join-workspace--heading": function(d) { return "Jump into a workspace"; },
    "onboarding--join-workspace--description": function(d) { return "Don’t see anyone you know? #[link]"; },
    "onboarding--join-workspace--description-link": function(d) { return "Create a new workspace"; },
    "onboarding--join-workspace--join-button": function(d) { return "Join"; },
    "onboarding--join-workspace--owner": function(d) { return "Created by " + d.ownerName; },
    "onboarding--join-workspace--invited": function(d) { return "You're invited"; },
    "onboarding--join-workspace--members": function(d) { return plural(d.members, 0, en, { "0": "No members", one: "1 member", other: number(d.members, "members") + " members" }); },
    "onboarding--name--heading": function(d) { return "What should we call you?"; },
    "onboarding--name--description": function(d) { return "Your team members will see your name when you share or comment on presentations."; },
    "onboarding--name--label": function(d) { return "Your name"; },
    "onboarding--invite-members--heading": function(d) { return "Get your team on board"; },
    "onboarding--invite-members--description": function(d) { return "Invite team members to create, review, and collaborate on presentations with you."; },
    "onboarding--invite-members--label": function(d) { return "Team members’ emails (comma separated)"; },
    "onboarding--invite-members--workspace-discovery--label": function(d) { return "Let anyone at #[domain] join your workspace"; },
    "onboarding--marketing-subscribe--heading": function(d) { return "Want to stay in the loop?"; },
    "onboarding--marketing-subscribe--description": function(d) { return "Get occasional product emails from Pitch, absolutely no spam. You can unsubscribe at any time."; },
    "onboarding--marketing-subscribe--btn-next": function(d) { return "Open Pitch"; },
    "onboarding--marketing-subscribe--link--privacy-policy": function(d) { return "Learn more in our Privacy Policy."; },
    "onboarding--marketing-subscribe--opt-in-yes": function(d) { return "Yes, please"; },
    "onboarding--marketing-subscribe--opt-in-no": function(d) { return "No, thanks"; },
    "onboarding--company-size--heading": function(d) { return "How many people work at your company?"; },
    "onboarding--company-size--description": function(d) { return "Select the total number of employees."; },
    "onboarding--company-size--option--just-me": function(d) { return "Just me"; },
    "onboarding--company-size--option--2-to-10": function(d) { return "2–10"; },
    "onboarding--company-size--option--11-to-50": function(d) { return "11–50"; },
    "onboarding--company-size--option--51-to-250": function(d) { return "51–250"; },
    "onboarding--company-size--option--251-to-2000": function(d) { return "251–2000"; },
    "onboarding--company-size--option--over-2000": function(d) { return "Over 2000"; },
    "onboarding--role--heading": function(d) { return "Which of these best describes your work?"; },
    "onboarding--role--description": function(d) { return "Choose the option where you spend most of your time."; },
    "onboarding--role--product-title": function(d) { return "Product"; },
    "onboarding--role--marketing-title": function(d) { return "Marketing"; },
    "onboarding--role--design-title": function(d) { return "Design"; },
    "onboarding--role--sales-title": function(d) { return "Sales"; },
    "onboarding--role--leadership-title": function(d) { return "Leadership"; },
    "onboarding--role--other-title": function(d) { return "Other"; },
    "onboarding--heading": function(d) { return "Let’s get to know you"; },
    "onboarding--copy": function(d) { return "We’d like to learn a little more about you so we can help you get the most out of Pitch."; },
    "onboarding--next-btn": function(d) { return "Next"; },
    "onboarding--name-input-placeholder": function(d) { return "Your name"; },
    "onboarding--self-segmentation--company-role--question": function(d) { return "Your role"; },
    "onboarding--self-segmentation--company-role--leadership": function(d) { return "Leadership"; },
    "onboarding--self-segmentation--company-role--product": function(d) { return "Product management"; },
    "onboarding--self-segmentation--company-role--marketing": function(d) { return "Marketing"; },
    "onboarding--self-segmentation--company-role--design": function(d) { return "Design"; },
    "onboarding--self-segmentation--company-role--sales": function(d) { return "Sales"; },
    "onboarding--self-segmentation--company-role--other": function(d) { return "Other"; },
    "onboarding--self-segmentation--company-size--question": function(d) { return "Company size"; },
    "onboarding--self-segmentation--company-size--1": function(d) { return "Just me"; },
    "onboarding--self-segmentation--company-size--2-to-10": function(d) { return "2–10"; },
    "onboarding--self-segmentation--company-size--11-to-50": function(d) { return "11–50"; },
    "onboarding--self-segmentation--company-size--51-to-200": function(d) { return "51–200"; },
    "onboarding--self-segmentation--company-size--201-to-1000": function(d) { return "201–1000"; },
    "onboarding--self-segmentation--company-size--more-than-1000": function(d) { return "More than 1000"; },
    "onboarding--self-segmentation--primary-use--question": function(d) { return "You’ll mostly use Pitch for..."; },
    "onboarding--self-segmentation--primary-use--work": function(d) { return "Work"; },
    "onboarding--self-segmentation--primary-use--personal": function(d) { return "Personal projects"; },
    "onboarding--self-segmentation--primary-use--education": function(d) { return "Teaching or schoolwork"; },
    "onboarding--self-segmentation--primary-use--other": function(d) { return "Other"; },
    "onboarding--self-segmentation--primary-use--skipped": function(d) { return "Prefer not to say"; },
    "onboarding--self-segmentation--other": function(d) { return "Other"; },
    "welcome-screen--dashboard-sidebar": function(d) { return "Welcome to Pitch"; },
    "welcome-screen--welcome-message": function(d) { return "Welcome to Pitch"; },
    "welcome-screen--sub-header": function(d) { return "What would you like to do today?"; },
    "welcome-screen--explore-template": function(d) { return "Explore the template gallery"; },
    "welcome-screen--explore-template--alt-text": function(d) { return "Graphic for explore templates button"; },
    "welcome-screen--create-presentation": function(d) { return "Create a new presentation"; },
    "welcome-screen--create-presentation--alt-text": function(d) { return "Graphic for create a new presentation button"; },
    "welcome-screen--import-presentation": function(d) { return "Import a presentation"; },
    "welcome-screen--import-presentation--alt-text": function(d) { return "Graphic for import a presentation button"; },
    "welcome-screen--secondary-cta--link": function(d) { return "how-to-guides."; },
    "welcome-screen--secondary-cta": function(d) { return "Not sure where to start? Check out our #[link]"; },
    "mobile--settings--navbar-title": function(d) { return "Settings"; },
    "mobile--settings--notifications-title": function(d) { return "Notification settings"; },
    "mobile--settings--notifications-enable": function(d) { return "Enable notifications"; },
    "mobile--settings--my-account": function(d) { return "My account"; },
    "mobile--update-screen--title": function(d) { return "Your version of Pitch is no longer supported"; },
    "mobile--update-screen--android-description": function(d) { return "An update is waiting for you on the Google Play Store"; },
    "mobile--update-screen--ios-description": function(d) { return "An update is waiting for you on the App Store"; },
    "mobile--update-screen--update-button": function(d) { return "Update to latest version"; },
    "mobile--update-screen--footer-text": function(d) { return "Problem?"; },
    "mobile--update-screen--footer-link": function(d) { return "Contact support"; },
    "my-account--screen-name": function(d) { return "My account"; },
    "my-account--danger-zone--title": function(d) { return "Danger zone"; },
    "my-account--danger-zone--description": function(d) { return "Careful! This action cannot be undone."; },
    "my-account--danger-zone--delete-account": function(d) { return "Delete my account"; },
    "my-account--danger-zone--delete-account-sent": function(d) { return "Deletion request sent"; },
    "my-account--danger-zone--deletion-processing": function(d) { return "Your deletion request is being processed."; },
    "account--deletion--owner-heading": function(d) { return "Permanently delete your account?"; },
    "account--deletion--action-cannot-undo-warning": function(d) { return "This can’t be undone."; },
    "account--deletion--transfer-help": function(d) { return "Learn how to transfer ownership of your workspaces instead of deleting them"; },
    "account--deletion--confirm-action": function(d) { return "Delete account"; },
    "account--deletion--heading": function(d) { return "Request account deletion?"; },
    "account--deletion--description-opener": function(d) { return "I understand that deleting my account:"; },
    "account--deletion--fact--is-permanent": function(d) { return "Is permanent"; },
    "account--deletion--fact--deletes-all-my-data": function(d) { return "Will delete all my presentations and workspaces"; },
    "account--deletion--fact--revokes-my-access": function(d) { return "Will revoke my access to shared presentations and workspaces"; },
    "account--deletion--input-placeholder": function(d) { return "Type DELETE"; },
    "account--deletion--input-label": function(d) { return "To confirm, type DELETE in all caps"; },
    "account--deletion--heading-success": function(d) { return "Deletion request sent"; },
    "account--deletion--description-success": function(d) { return "Sorry to see you go! We’ve received your request and will process it shortly."; },
    "account--deletion--primary-action-success": function(d) { return "Close this window"; },
    "account--deletion--failure-heading": function(d) { return "Something went wrong sending your request"; },
    "account--deletion--failure-description": function(d) { return "Try again in a moment, and contact support if the problem continues."; },
    "mobile--save-logs--title": function(d) { return "Save logs"; },
    "mobile--save-logs--message": function(d) { return "Do you want to save your application logs?"; },
    "mobile--self-segmentation--title": function(d) { return "Tell us more"; },
    "mobile--self-segmentation--subtitle": function(d) { return "We’d like to learn a little more about you so we can help you get the most out of Pitch."; },
    "mobile--self-segmentation--company-role--title": function(d) { return "Your role"; },
    "mobile--self-segmentation--company-size--title": function(d) { return "Company size"; },
    "mobile--self-segmentation--primary-use--title": function(d) { return "You’ll use Pitch for"; },
    "mobile--workspace--creation-failed": function(d) { return "Something went wrong creating this workspace. Try again, and contact support if the problem continues."; },
    "mobile--workspace--join-failed": function(d) { return "Something went wrong joining this workspace. Try again, and contact support if the problem continues."; },
    "mobile--marketing--subscription-failed": function(d) { return "Something went wrong subscribing you to the list. Try again, and contact support if the problem continues."; },
    "mobile--marketing--email-verified-message": function(d) { return d.email + " has been successfully verified."; },
    "mobile--onboarding--email-is-not-verified": function(d) { return "We need to verify your email before you can log in. Check your inbox for instructions."; },
    "mobile--onboarding--notifications--enable-button": function(d) { return "Enable notifications"; },
    "mobile--join-workspace-button": function(d) { return "Join"; },
    "mobile--join-workspace--fetch-failed": function(d) { return "Something went wrong loading your organization’s workspaces."; },
    "mobile--join-workspace--no-workspaces-found": function(d) { return "We couldn’t find a workspace for your organization. Try creating a new one."; },
    "mobile--join-workspace--retry": function(d) { return "Try again"; },
    "mobile--create-workspace--cancel": function(d) { return "Cancel"; },
    "mobile--onboarding--notifications--header": function(d) { return "Notifications"; },
    "mobile--onboarding--notifications--copy": function(d) { return "Stay up to date with what’s going on in your workspaces."; },
    "mobile--onboarding--notifications--list-mentions": function(d) { return "When someone mentions you"; },
    "mobile--onboarding--notifications--list-personal-folder": function(d) { return "When someone assigns a slide"; },
    "mobile--onboarding--notifications--list-comments": function(d) { return "When someone responds to your comments"; },
    "mobile--error--workspace-not-found": function(d) { return "We couldn’t find that workspace. Try asking the person who invited you for help."; },
    "mobile--sharing-presentations--managed-links": function(d) { return "Share with anyone"; },
    "mobile--sharing-presentations--share-link": function(d) { return "Share link"; },
    "mobile--sharing-presentations--invite-members": function(d) { return "Invite others"; },
    "mobile--sharing-presentations--change-access-title": function(d) { return "Select permissions"; },
    "mobile--sharing-presentations--view-members": function(d) { return "View members & guests"; },
    "mobile--sharing-presentations--view-members-modal-title": function(d) { return "Members & guests"; },
    "mobile--sharing-presentations--link-all-access": function(d) { return "Anyone with the link can use it"; },
    "mobile--sharing-presentations--link-collaborators-access": function(d) { return "Only invited collaborators can use this link"; },
    "mobile--sharing-presentations--link-members-access": function(d) { return "Only members can use this link"; },
    "mobile--sharing-presentations--export-pdf": function(d) { return "Export to PDF"; },
    "mobile--sharing-presentations--export-pdf-subtitle": function(d) { return "Any GIFs or videos will export as images"; },
    "mobile--sharing-presentations--modal-title": function(d) { return "Presentation options"; },
    "mobile--sharing-presentations--subscribe-action": function(d) { return "Subscribe to presentation"; },
    "mobile--sharing-presentations--subscribe-description": function(d) { return "Get notifications for all comments and completed slides"; },
    "mobile--sharing-presentations--unsubscribe-action": function(d) { return "Unsubscribe from presentation"; },
    "mobile--sharing-presentations--unsubscribe-description": function(d) { return "Only get notifications on activity that concerns you"; },
    "mobile--sharing-presentations--share-slide-link": function(d) { return "Share link to slide"; },
    "mobile--sharing-presentations--leave": function(d) { return "Leave"; },
    "mobile--folders--subfolders-section-title": function(d) { return "Folders"; },
    "mobile--folders--presentations-section-title": function(d) { return "Presentations"; },
    "mobile--folder-sharing--share-folder-title": function(d) { return "Share folder"; },
    "mobile--folder-sharing--members-list": function(d) { return "Here’s everyone with access to this folder. Only owners can invite others."; },
    "mobile--folder-sharing--members-list-owner": function(d) { return "You can share this folder with others in this workspace."; },
    "mobile--folder-sharing-count-one": function(d) { return "Shared with " + d.name; },
    "mobile--folder-sharing-count-many": function(d) { return "Shared with " + d.count + " others"; },
    "mobile--folder-sharing--invite-via-email": function(d) { return "Search workspace members"; },
    "mobile--folder-sharing--invite-others--button": function(d) { return "Invite"; },
    "mobile--folder-sharing--share-link-button": function(d) { return "Share link"; },
    "mobile--folder-invite-message--cant-invite-self": function(d) { return "You can’t invite yourself"; },
    "mobile--folder-invite-message--sharee-already-exist": function(d) { return "You’ve already shared this folder with this member"; },
    "mobile--folder-invite-message--not-workspace-member": function(d) { return "You can only share this folder with other workspace members"; },
    "mobile--folder-sharing--access-can-edit": function(d) { return "Can edit"; },
    "mobile--folder-sharing--access-can-view": function(d) { return "Can view"; },
    "mobile--folder-sharing--change-access-title": function(d) { return "Change permissions"; },
    "mobile--folder-sharing--remove-access": function(d) { return "Remove from folder"; },
    "mobile--folder-sharing--action-leave": function(d) { return "Leave"; },
    "mobile--folder-sharing--role-owner": function(d) { return "Owner"; },
    "mobile--folder-sharing--leave-success": function(d) { return "You’ve left \"" + d.folder + "\""; },
    "mobile--folder-sharing--leave-folder-failed": function(d) { return "We couldn’t remove you from \"" + d.folder + "\""; },
    "mobile--folder-sharing--leave-undo": function(d) { return "Undo"; },
    "mobile--folder-sharing--option-title": function(d) { return "Option"; },
    "mobile--managed-links-feature-description": function(d) { return "A Pitch account is not required to open links."; },
    "mobile--managed-links-view-count": function(d) { return plural(d.count, 0, en, { one: number(d.count, "count") + " visit", other: number(d.count, "count") + " visits" }); },
    "mobile--managed-links-new-link-button": function(d) { return "New custom link"; },
    "mobile--managed-links-unique-links-title": function(d) { return "Custom links"; },
    "mobile--managed-links-new-link-title": function(d) { return "New custom link"; },
    "mobile--managed-links-edit-link-title": function(d) { return "Edit custom link"; },
    "mobile--managed-links-unique-links-description": function(d) { return "Create unique links to track visits from a specific source."; },
    "mobile--managed-links-links-list-header": function(d) { return "Links"; },
    "mobile--managed-links-enabled-option": function(d) { return "Enabled"; },
    "mobile--managed-links-edit-option": function(d) { return "Edit link settings"; },
    "mobile--managed-links-option-share-link": function(d) { return "Share link"; },
    "mobile--managed-links-option-copy-access-code": function(d) { return "Copy passcode"; },
    "mobile--managed-links-option-delete-link": function(d) { return "Delete link"; },
    "mobile--managed-links-delete-link-confirmation": function(d) { return "People you shared the link with will no longer be able to access this presentation with it."; },
    "mobile--managed-links-delete-link-confirm-button": function(d) { return "Delete"; },
    "mobile--managed-links-link-description": function(d) { return "Link name"; },
    "mobile--managed-links-link-preview": function(d) { return "Preview:"; },
    "mobile--managed-links-save-button-title": function(d) { return "Save"; },
    "mobile--managed-links-access-code": function(d) { return "Passcode"; },
    "mobile--managed-links-access-code-description": function(d) { return "Restrict access to your presentation to only visitors with a code."; },
    "mobile--managed-links-access-code-copied": function(d) { return "Passcode has been copied to clipboard"; },
    "mobile--managed-links-untitled-link": function(d) { return "Untitled link"; },
    "mobile--managed-links-access-code-title": function(d) { return "Someone shared a presentation with you"; },
    "mobile--managed-links-access-code-body": function(d) { return "Enter passcode to continue"; },
    "mobile--managed-links--wrong-access-code-alert--title": function(d) { return "Incorrect passcode"; },
    "mobile--managed-links--wrong-access-code-alert--body": function(d) { return "Try entering it again, or contact the owner."; },
    "mobile--managed-links-access-code-placeholder": function(d) { return "Passcode"; },
    "mobile--managed-links-remember-passcode": function(d) { return "Remember passcode"; },
    "mobile--managed-links-create-error": function(d) { return "Something went wrong creating this link. Try again."; },
    "mobile--managed-links-access-code-cta": function(d) { return "Continue"; },
    "mobile--export--cancel": function(d) { return "Cancel"; },
    "mobile--export--save-file": function(d) { return "Save"; },
    "mobile--export--in-progress": function(d) { return "Creating #[title]..."; },
    "mobile--export--ready": function(d) { return "#[title] is ready for export."; },
    "mobile--export--error": function(d) { return "Something went wrong exporting this file. Try again, and contact support if the problem continues."; },
    "mobile--export--error-dismiss": function(d) { return "Dismiss"; },
    "mobile--presentation-invite-message--existing-member": function(d) { return d.sharee + " is already a member of this workspace. They will receive a link to this presentation via email."; },
    "mobile--presentation-invite-message--sharees-already-exist": function(d) { return "A share link already exists for this email address"; },
    "mobile--presentation-invite--suggestions": function(d) { return "Suggestions"; },
    "mobile--presentation-invite--member--label": function(d) { return "Member"; },
    "mobile--comments-screen--empty-state": function(d) { return "Leave a comment on this slide."; },
    "mobile--unsafe-document-page--description": function(d) { return "This presentation may contain malicious content. If you’ve received this link from an unknown source, we suggest you close the screen."; },
    "mobile--unsafe-document-page--description--action": function(d) { return "Proceed anyway"; },
    "mobile--presentation-overview--options-title": function(d) { return "Options"; },
    "mobile--presentation-overview--assign-tab": function(d) { return "Assign"; },
    "mobile--presentation-overview--status-tab": function(d) { return "Set status"; },
    "mobile--presentation-details--no-reactions": function(d) { return "No reactions"; },
    "mobile--presentation-details--view-only-shared-by": function(d) { return "View only · Shared by " + d.name; },
    "mobile--tabs--dashboard": function(d) { return "Dashboard"; },
    "mobile--tabs--notifications": function(d) { return "Notifications"; },
    "workspace-access--team-tab": function(d) { return "Team"; },
    "workspace-access--guest-tab": function(d) { return "Guests"; },
    "workspace-access--team-count": function(d) { return "Team (" + plural(d.count, 0, en, { "0": "…", other: number(d.count, "count") }) + ")"; },
    "mobile--workspace-access--invite-via-email": function(d) { return "Invite via email"; },
    "mobile--presentation-details--comment-button": function(d) { return "Comment"; },
    "mobile--presentation-details--reaction-button": function(d) { return "React"; },
    "mobile--presentation-details--speaker-notes-button": function(d) { return "Notes"; },
    "mobile--presentation-details--speaker-notes-input-placeholder": function(d) { return "Add speaker notes..."; },
    "mobile--speaker-notes--add-link": function(d) { return "Add link"; },
    "mobile--speaker-notes--link-save": function(d) { return "Save"; },
    "mobile--presentation-details--skipped-slide": function(d) { return "Skipped"; },
    "mobile--offline-indicator--badge-header": function(d) { return "Offline"; },
    "mobile--offline-indicator--badge-description": function(d) { return "Your changes are saved and will sync when you’re back online."; },
    "mobile--offline-state-view--title": function(d) { return "Looks like you’re offline."; },
    "mobile--offline-state-view--subtitle": function(d) { return "You need to be online to use Pitch. Check your connection and try again."; },
    "mobile--offline-state-view--notifications-subtitle": function(d) { return "You need to be online to see notifications. Check your connection and try again."; },
    "mobile--offline-state-view--share-subtitle": function(d) { return "You need to be online to share a presentation. Check your connection and try again."; },
    "mobile--notifications-screen--mark-read-action": function(d) { return "Mark as \n read"; },
    "mobile--notifications-screen--mark-unread-action": function(d) { return "Mark as \n unread"; },
    "mobile--notifications-screen--dismiss-action": function(d) { return "Dismiss"; },
    "mobile--notifications-screen--unsubscribe-action": function(d) { return "Unsubscribe"; },
    "mobile--workspace-switcher--join-button": function(d) { return "Create or join workspace"; },
    "mobile--workspace--recently-edited-section": function(d) { return "Recently edited"; },
    "mobile--quick-find--button-label": function(d) { return "Search"; },
    "mobile--quick-find--cancel-button-label": function(d) { return "Cancel"; },
    "mobile--quick-find--recents-list-header": function(d) { return "Recents"; },
    "mobile--quick-find--clear-recents-button-label": function(d) { return "Clear"; },
    "mobile--quick-find--initial-empty-list-placeholder": function(d) { return "Quickly find presentations and folders"; },
    "mobile--ipad-upsell--banner-title": function(d) { return "Pitch looks better in your browser"; },
    "mobile--ipad-upsell--banner-subtitle": function(d) { return "Our mobile app isn’t optimized for iPad yet, but you can open presentations in your browser to see and navigate them in full screen."; },
    "mobile--ipad-upsell--banner-button": function(d) { return "Open Pitch in browser"; },
    "mobile--ipad-upsell--dismiss-button": function(d) { return "Close"; },
    "mobile--presentation-error--logged-in-as": function(d) { return "You’re logged in as"; },
    "mobile--presentation-error--log-in-button": function(d) { return "Log in with a different account"; },
    "title-bar--present": function(d) { return "Present"; },
    "title-bar--play": function(d) { return "Play"; },
    "title-bar--view-options": function(d) { return "View options"; },
    "title-bar--quick-menu": function(d) { return "Quick menu"; },
    "title-bar--undo-button-title": function(d) { return "Undo"; },
    "title-bar--undo-button-aria-label": function(d) { return "Undo button"; },
    "title-bar--presentation-menu": function(d) { return "Presentation menu"; },
    "title-bar--back-to-dashboard": function(d) { return "Back to workspace"; },
    "title-bar--template-not-published": function(d) { return "This template hasn’t been published yet."; },
    "title-bar--template-publish-prompt": function(d) { return "In order to use it you must publish it first."; },
    "title-bar--phone--go-back": function(d) { return "Go back"; },
    "title-bar--phone--reveal-sidebar": function(d) { return "Reveal sidebar"; },
    "title-bar--badge--read-only": function(d) { return "Read only"; },
    "title-bar--badge--guest": function(d) { return "Guest"; },
    "title-bar--badge--pending": function(d) { return "Pending"; },
    "title-bar--badge--template": function(d) { return "Template"; },
    "title-bar--create-workspace": function(d) { return "Create a new workspace"; },
    "title-bar--invite-others": function(d) { return "Invite others"; },
    "title-bar--workspaces": function(d) { return "Workspaces"; },
    "title-bar--style-editor": function(d) { return "Style builder"; },
    "title-bar--shared-by--title-sub-sentence": function(d) { return "Shared by"; },
    "title-bar--shared-by--title-sub": function(d) { return "#[sentence] #[name]"; },
    "title-bar--workspace-removing": function(d) { return "Removing..."; },
    "title-bar--library-folder-templates": function(d) { return "Templates"; },
    "title-bar--library-folder-fonts": function(d) { return "Fonts"; },
    "title-bar--library-folder-images": function(d) { return "Images"; },
    "title-bar--library-folder-videos": function(d) { return "Videos"; },
    "title-bar--folder-shared-with-me": function(d) { return "Shared with me"; },
    "title-bar--folder-private": function(d) { return "Private"; },
    "title-bar--folder-workspace": function(d) { return "Workspace"; },
    "title-bar--folder-recent": function(d) { return "Recently edited"; },
    "title-bar--trash": function(d) { return "Trash"; },
    "title-bar--button-logout": function(d) { return "Log out"; },
    "title-bar--button-share": function(d) { return "Share"; },
    "title-bar--button-cancel": function(d) { return "Cancel"; },
    "title-bar--button-save": function(d) { return "Save"; },
    "title-bar--button-use-template": function(d) { return "Use template"; },
    "title-bar--button-edit-template": function(d) { return "Edit template"; },
    "title-bar--button-edit-presentation": function(d) { return "Edit presentation"; },
    "title-bar--share-dialog--category--invite": function(d) { return "Invite others"; },
    "title-bar--share-dialog--category--external": function(d) { return "Share with anyone"; },
    "title-bar--share-dialog--category--pdf-export": function(d) { return "Export to PDF"; },
    "title-bar--share-dialog--category--ppt-export": function(d) { return "Export to PowerPoint"; },
    "title-bar--share-dialog--category--embed": function(d) { return "Embed presentation"; },
    "title-bar--share-dialog--category--publish-to-platform": function(d) { return "Publish to Pitch.com"; },
    "title-bar--share-dialog--button--copy-link": function(d) { return "Copy link"; },
    "title-bar--share-dialog--current-slide-link": function(d) { return "Link to current slide"; },
    "title-bar--share-dialog--title-invite-others": function(d) { return "Invite others to \"#[title]\""; },
    "title-bar--share-dialog--public-access--title": function(d) { return "Public access"; },
    "title-bar--share-dialog--invite-others--email-placeholder": function(d) { return "Enter email address..."; },
    "title-bar--share-dialog--suggestion-workspace": function(d) { return "All workspace members can access this presentation & invite others"; },
    "title-bar--tooltip--share-dialog--options": function(d) { return "Share options"; },
    "title-bar--share-dialog--invite-others--member--title": function(d) { return "Workspace member"; },
    "title-bar--share-dialog--invite-others--member--description": function(d) { return "Can edit and share all presentations in this workspace"; },
    "title-bar--share-dialog--invite-others--can-view--title": function(d) { return "Can view"; },
    "title-bar--share-dialog--invite-others--can-view--label": function(d) { return "View"; },
    "title-bar--share-dialog--invite-others--can-view--description": function(d) { return "View slides without making edits"; },
    "title-bar--share-dialog--invite-others--can-edit--title": function(d) { return "Can edit"; },
    "title-bar--share-dialog--invite-others--can-edit--label": function(d) { return "Edit"; },
    "title-bar--share-dialog--invite-others--can-edit-and-invite--description": function(d) { return "Edit presentation and invite others"; },
    "title-bar--share-dialog--invite-others--can-edit--description": function(d) { return "Edit presentation"; },
    "title-bar--share-dialog--invite-others--can-comment--title": function(d) { return "Can comment"; },
    "title-bar--share-dialog--invite-others--can-comment--label": function(d) { return "Comment"; },
    "title-bar--share-dialog--invite-others--can-comment--description": function(d) { return "Add comments and replies"; },
    "title-bar--share-dialog--invite-others--upsell-cta--title": function(d) { return "Guest#[pro-badge]"; },
    "title-bar--share-dialog--invite-others--upsell-cta--description": function(d) { return "Guests can edit, comment on, or view individual presentations"; },
    "title-bar--share-dialog--invite-others--upsell-cta--description--mac-app": function(d) { return "Inviting guests to edit, comment on, or view presentations isn’t available on the Starter plan"; },
    "title-bar--share-dialog--error--existing-member": function(d) { return "#[first_line]#[br]#[second_line]"; },
    "title-bar--share-dialog--error--existing-member--first-line": function(d) { return d.sharee + " is already a member of this workspace."; },
    "title-bar--share-dialog--error--existing-member--second-line": function(d) { return "They will receive a link to this presentation via email."; },
    "title-bar--share-dialog--error--already-shared": function(d) { return "This presentation is already shared with " + d.sharee; },
    "title-bar--share-dialog--error--couldnt-fetch-members": function(d) { return "We couldn’t display invited members. Make sure you’re online and try again."; },
    "title-bar--share-dialog--error-couldnt-revoke-invite": function(d) { return "Something went wrong revoking the invite. Make sure you’re online and try again."; },
    "title-bar--share-dialog--error-couldnt-update-permissions": function(d) { return "Something went wrong updating permissions. Make sure you’re online and try again."; },
    "title-bar--share-dialog--error--couldnt-send-invite": function(d) { return "That invite didn’t send. Make sure you’re online and try again."; },
    "title-bar--share-dialog--error--already-selected-email": function(d) { return "Looks like you’ve already selected this email address."; },
    "title-bar--share-dialog--error--member-invite-failed": function(d) { return "Something went wrong. We sent invites to this presentation but not to this workspace. Go to the Workspace members page to add new members."; },
    "title-bar--share-dialog--error--sharees-already-exist": function(d) { return "A share link already exists for the following email addresses: " + d.emails; },
    "title-bar--share-dialog--error--cant-invite-self": function(d) { return "You already own this presentation."; },
    "title-bar--share-dialog--invite-others--remove--title": function(d) { return "Remove"; },
    "title-bar--share-dialog--invite-others--button": function(d) { return "Invite"; },
    "title-bar--share-dialog--invite--subtitle": function(d) { return "Invited members and guests need a Pitch account to view this presentation."; },
    "title-bar--share-dialog--invite--current-slide": function(d) { return "Copy link to current slide"; },
    "title-bar--share-dialog--invite--first-slide": function(d) { return "Copy link to first slide"; },
    "title-bar--share-dialog--invite--skipped-slide-tooltip": function(d) { return "The current slide is skipped. Either make it visible or go to a different slide."; },
    "title-bar--share-dialog--invite--offline": function(d) { return "You need to be connected to the internet to share a presentation. Make sure that you’re online and try again."; },
    "title-bar--share-dialog--privilege-info-box--member": function(d) { return "#[user-type] can edit and share all workspace presentations with others."; },
    "title-bar--share-dialog--privilege-info-box--member--user-type": function(d) { return "Workspace members"; },
    "title-bar--share-dialog--privilege-info-box--edit": function(d) { return "#[user-type] can edit only this presentation."; },
    "title-bar--share-dialog--privilege-info-box--edit--user-type": function(d) { return "Guests"; },
    "title-bar--share-dialog--privilege-info-box--comment": function(d) { return "#[user-type] can comment on only this presentation."; },
    "title-bar--share-dialog--privilege-info-box--comment--user-type": function(d) { return "Guests"; },
    "title-bar--share-dialog--privilege-info-box--read": function(d) { return "#[user-type] can view only this presentation."; },
    "title-bar--share-dialog--privilege-info-box--read--user-type": function(d) { return "Guests"; },
    "title-bar--share-dialog--confirmation-modal--comment": function(d) { return "This will give access to all presentations in this workspace to #[invitees]" + plural(d.count, 0, en, { "1": ", who is outside of your organization.", other: " who are outside of your organization." }) + " #[learn_more_link]"; },
    "title-bar--share-dialog--confirmation-modal--comment-invitees": function(d) { return "#[email]" + plural(d.extra_count, 0, en, { "0": "", "1": " and one other", other: " and " + number(d.extra_count, "extra_count") + " others" }); },
    "title-bar--share-dialog--confirmation-modal--comment-learn-more": function(d) { return "Learn more"; },
    "title-bar--share-dialog--confirmation-modal--confirm-text": function(d) { return plural(d.count, 0, en, { "1": "Invite as member", other: "Invite as members" }); },
    "title-bar--share-dialog--confirmation-modal--message": function(d) { return plural(d.count, 0, en, { "1": "Invite external member?", other: "Invite external members?" }); },
    "title-bar--share-dialog--info-box--no-invite-allowed--headline": function(d) { return "Presentations in private folders can’t be shared."; },
    "title-bar--share-dialog--info-box--no-invite-allowed": function(d) { return "#[headline] To work with others, move it to a workspace folder or upgrade to Pitch Pro."; },
    "title-bar--share-dialog--info-box--no-invite-allowed--no-upsell": function(d) { return "#[headline] To work with others, move it to a workspace folder."; },
    "title-bar--share-dialog--info-box--no-invite-allowed--sharee--headline": function(d) { return "This presentation is private."; },
    "title-bar--share-dialog--info-box--no-invite-allowed--sharee": function(d) { return "#[headline] You can’t invite new collaborators, but you can share the link with people who already have access."; },
    "title-bar--share-dialog--workspace-access--title": function(d) { return "Members of " + d.name; },
    "title-bar--share-dialog--workspace-access--members": function(d) { return plural(d.count, 0, en, { "0": "...", "1": d.count + " person", other: d.count + " people" }); },
    "title-bar--share-dialog--workspace-access--members--tooltip": function(d) { return "View workspace members"; },
    "title-bar--share-dialog--workspace-access--can-edit": function(d) { return "Can edit"; },
    "title-bar--share-dialog--workspace-access--can-edit--tooltip": function(d) { return "Workspace members can edit and share all presentations in all workspace folders."; },
    "title-bar--share-dialog--workspace-access--no-access": function(d) { return "No access"; },
    "title-bar--share-dialog--workspace-access--no-access--tooltip": function(d) { return "Invite individual members to this presentation to grant them access."; },
    "title-bar--share-dialog--external--subtitle": function(d) { return "Recipients can open a link without signing up for a Pitch account."; },
    "title-bar--share-dialog--external--public-access--hint": function(d) { return "Anyone with a link can view your presentation"; },
    "title-bar--share-dialog--external--create-managed-link": function(d) { return "New custom link"; },
    "title-bar--share-dialog--external--create-managed-link--hint": function(d) { return "Share with specific groups or channels, with optional passcode."; },
    "title-bar--share-dialog--external--managed-link-menu--edit": function(d) { return "Edit link settings"; },
    "title-bar--share-dialog--external--managed-link-menu--copy-access-code": function(d) { return "Copy passcode"; },
    "title-bar--share-dialog--external--managed-link-menu--revoke": function(d) { return "Delete link"; },
    "title-bar--share-dialog--external--managed-link--engagement-badge": function(d) { return "Engagement"; },
    "title-bar--share-dialog--external--offline": function(d) { return "You need to be connected to the internet to share a presentation. Make sure that you’re online and try again."; },
    "title-bar--share-dialog--managed-link-modal--create-title": function(d) { return "Create custom link"; },
    "title-bar--share-dialog--managed-link-modal--edit-title": function(d) { return "Edit custom link"; },
    "title-bar--share-dialog--managed-link-modal--name-header": function(d) { return "Link name"; },
    "title-bar--share-dialog--managed-link-modal--access-code-checkbox-label": function(d) { return "Passcode"; },
    "title-bar--share-dialog--managed-link-modal--advanced-tracking-checkbox-label": function(d) { return "Enable engagement analytics"; },
    "title-bar--share-dialog--managed-link-modal--advanced-tracking-with-consent-subheader": function(d) { return "Use engagement analytics to keep track of which slides visitors to your presentation view. #[line-break] #[line-break]Your workspace requires visitors to consent to the cookies that make these analytics possible. #[learn-more]. #[line-break] #[line-break]If you think you don't need to obtain consent, contact a workspace admin."; },
    "title-bar--share-dialog--managed-link-modal--advanced-tracking-with-consent-subheader--learn-more": function(d) { return "Learn more about consent and analytics"; },
    "title-bar--share-dialog--managed-link-modal--advanced-tracking-subheader": function(d) { return "Use engagement analytics to keep track of which slides visitors to your presentation view. #[line-break] #[line-break]By default, Pitch won’t ask for visitors to consent to the cookies that make these analytics possible. Whether or not you need consent depends on where your visitors come from. #[learn-more]. #[line-break] #[line-break]If you think you need to obtain consent, select the option below."; },
    "title-bar--share-dialog--managed-link-modal--advanced-tracking-subheader--learn-more": function(d) { return "Learn more about consent and analytics"; },
    "title-bar--share-dialog--managed-link-modal--advanced-tracking-subheader--consent-collection": function(d) { return "Get visitor consent for engagement analytics on this link"; },
    "title-bar--share-dialog--managed-link-modal--create-button": function(d) { return "Create"; },
    "title-bar--share-dialog--managed-link-modal--save-button": function(d) { return "Save"; },
    "title-bar--share-dialog--managed-link-modal--link-title-preview": function(d) { return "Example"; },
    "title-bar--share-dialog--managed-link-modal--link-slug-placeholder": function(d) { return "abc123"; },
    "title-bar--share-dialog--managed-link-modal--confirm-delete--title": function(d) { return "Delete link?"; },
    "title-bar--share-dialog--managed-link-modal--confirm-delete--disabled--description": function(d) { return "You’ll lose all analytics, and the link will no longer work."; },
    "title-bar--share-dialog--managed-link-modal--confirm-delete--enabled--description": function(d) { return "You’ll lose all analytics, and the link will no longer work. To keep analytics but make the link inactive, disable it instead."; },
    "title-bar--share-dialog--managed-link-modal--confirm-delete--confirm-button": function(d) { return "Delete"; },
    "title-bar--share-dialog--pdf-export--title": function(d) { return "Export \"" + d.title + "\" to PDF"; },
    "title-bar--share-dialog--pdf-export--branded-description-title": function(d) { return "Exports will include a small Pitch logo. "; },
    "title-bar--share-dialog--pdf-export--branded-description": function(d) { return "Pro workspaces can export PDFs without a watermark."; },
    "title-bar--share-dialog--pdf-export--branded-description--app-store-title": function(d) { return "Exports will include a small Pitch logo. "; },
    "title-bar--share-dialog--pdf-export--branded-description--app-store": function(d) { return "Exporting without this watermark isn’t available on the Starter plan."; },
    "title-bar--share-dialog--pdf-export--unbranded-description": function(d) { return "#[links_title] Unlike PDFs, shared links stay up to date and feature interactive content like videos. #[share_link]"; },
    "title-bar--share-dialog--pdf-export--unbranded-description--links--title": function(d) { return "Links let your work shine."; },
    "title-bar--share-dialog--pdf-export--unbranded-description--share--link": function(d) { return "Share a link"; },
    "title-bar--share-dialog--pdf-export--button": function(d) { return "Export to PDF"; },
    "title-bar--share-dialog--pdf-export--offline": function(d) { return "You need to be connected to the internet to export a presentation to PDF. Make sure that you’re online and try again."; },
    "title-bar--share-dialog--pdf-export--upsell-cta": function(d) { return "Remove watermark"; },
    "title-bar--share-dialog--ppt-export--title": function(d) { return "Export \"" + d.title + "\" to PowerPoint"; },
    "title-bar--share-dialog--ppt-export--description-starter": function(d) { return "Convert decks to PowerPoint files to share with clients, organizers, or others who use different tools."; },
    "title-bar--share-dialog--ppt-export--description-pro": function(d) { return "Convert decks to PowerPoint files to share with clients, organizers, or others who use different tools."; },
    "title-bar--share-dialog--ppt-export--unsupported-title": function(d) { return "PowerPoint files don’t support some blocks."; },
    "title-bar--share-dialog--ppt-export--unsupported-description": function(d) { return "Videos, recordings, and other blocks may not export correctly."; },
    "title-bar--share-dialog--ppt-export--unsupported-promote-links": function(d) { return "To let others see your presentation at its best, #[try-link]."; },
    "title-bar--share-dialog--ppt-export--unsupported-promote-links--try": function(d) { return "try sharing a link"; },
    "title-bar--share-dialog--ppt-export--promote-links": function(d) { return "#[links_title] Anyone can access a link to your presentation and see your latest work. #[share_link]"; },
    "title-bar--share-dialog--ppt-export--promote-links-title": function(d) { return "You can still send a link."; },
    "title-bar--share-dialog--ppt-export--promote-links-share": function(d) { return "Share a link"; },
    "title-bar--share-dialog--ppt-export--button": function(d) { return "Export to PowerPoint"; },
    "title-bar--share-dialog--ppt-export--button-upsell": function(d) { return "Discover Pitch Pro"; },
    "title-bar--share-dialog--ppt-export--offline": function(d) { return "You need to be connected to the internet to export a presentation to PowerPoint. Make sure that you’re online and try again."; },
    "title-bar--share-dialog--embed--title": function(d) { return "Embed \"" + d.title + "\""; },
    "title-bar--share-dialog--embed--description": function(d) { return "Embed public presentations anywhere on the web."; },
    "title-bar--share-dialog--embed--description-2": function(d) { return "Public access needs to be turned on for embedded presentations to work properly. If turned off, the embedded presentation will no longer appear. Public links to embeds are not indexed by search engines."; },
    "title-bar--share-dialog--embed--offline": function(d) { return "You need to be connected to the internet to get a presentation embed code. Make sure that you’re online and try again."; },
    "title-bar--share-dialog--publish-to-platform--title": function(d) { return "Publish \"" + d.title + "\""; },
    "title-bar--share-dialog--publish-to-platform--description": function(d) { return "Publish the current version of your presentation to Pitch for others to discover and enjoy. Make any changes now — you can’t edit a published presentation."; },
    "title-bar--share-dialog--publish-to-platform--button": function(d) { return "Continue"; },
    "title-bar--share-dialog--publish-to-platform--link": function(d) { return "Learn about publishing"; },
    "title-bar--share-dialog--publsih--offline": function(d) { return "You need to be connected to the internet to publish a presentation. Make sure that you’re online and try again."; },
    "title-bar--share-dialog--offline-image--alt-atr": function(d) { return "You are offline image"; },
    "title-bar--share-dialog--avatar--alt-atr": function(d) { return "Participant avatar"; },
    "title-bar--add-text-btn": function(d) { return "Add text"; },
    "title-bar--add-image-or-media-btn": function(d) { return "Add image or media"; },
    "title-bar--add-shape-btn": function(d) { return "Add shape"; },
    "title-bar--add-sticker-btn": function(d) { return "Add sticker"; },
    "title-bar--add-charts-btn": function(d) { return "Add chart"; },
    "title-bar--add-table-btn": function(d) { return "Add table"; },
    "title-bar--add-embed-btn": function(d) { return "Add embed"; },
    "title-bar--add-clip-btn": function(d) { return "Add recording"; },
    "unsafe-document-page--title": function(d) { return "This presentation has been flagged as unsafe"; },
    "unsafe-document-page--description": function(d) { return "This presentation may contain malicious content. If you’ve received this link from an unknown source, we suggest you close the tab. #[action]"; },
    "unsafe-document-page--description--action": function(d) { return "Proceed anyway"; },
    "unsafe-document-page--action": function(d) { return "Close this presentation"; },
    "unsafe-document-page--footer": function(d) { return "If you think we’ve incorrectly flagged this presentation, #[action]"; },
    "unsafe-document-page--footer--action": function(d) { return "send us a message."; },
    "unsafe-document-page--footer--terms": function(d) { return "Terms and conditions"; }
  }); })()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址