Pitch-cn

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

目前为 2023-03-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         Pitch-cn
// @namespace    https://rainforest-kailous.notion.site/
// @version      0.5
// @description  Pitch 汉化补丁,兼容网页与客户端。当前汉化进度:50%
// @author       Kailous
// @match        https://app.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 "Processing"; },
    "editor--video-upload--ready": function(d) { return "is ready to play"; },
    "editor--video-upload--still-processed": function(d) { return "The high-quality version is still being processed and will be available in a couple of minutes."; },
    "editor--video-upload--cancel": function(d) { return "Cancel"; },
    "editor--video-upload--dismiss-ready": function(d) { return "Got it"; },
    "editor--fonts--weights--heavy": function(d) { return "Heavy"; },
    "editor--fonts--weights--medium": function(d) { return "Medium"; },
    "editor--fonts--weights--black": function(d) { return "Black"; },
    "editor--fonts--weights--semi-bold": function(d) { return "Semi-Bold"; },
    "editor--fonts--weights--bold": function(d) { return "Bold"; },
    "editor--fonts--weights--bold-italic": function(d) { return "Bold Italic"; },
    "editor--fonts--weights--extra-bold": function(d) { return "Extra-Bold"; },
    "editor--fonts--weights--light": function(d) { return "Light"; },
    "editor--fonts--weights--regular": function(d) { return "Regular"; },
    "editor--fonts--weights--regular-italic": function(d) { return "Regular Italic"; },
    "editor--fonts--weights--extra-light": function(d) { return "Extra-Light"; },
    "editor--fonts--weights--thin": function(d) { return "Thin"; },
    "editor--inline-text-editor--hint--toggle-bold": function(d) { return "Toggle bold"; },
    "editor--inline-text-editor--hint--toggle-italic": function(d) { return "Toggle italic"; },
    "editor--inline-text-editor--hint--toggle-strikethrough": function(d) { return "Toggle strikethrough"; },
    "editor--inline-text-editor--hint--link": function(d) { return "Link"; },
    "editor--inline-text-editor--list-type-bullet": function(d) { return "Bullet"; },
    "editor--inline-text-editor--list-type-number": function(d) { return "Number"; },
    "editor--inline-text-editor--list-type-check": function(d) { return "Check"; },
    "editor--inline-text-editor--list-type-none": function(d) { return "None"; },
    "editor--inline-text-editor--align-left": function(d) { return "Left"; },
    "editor--inline-text-editor--align-right": function(d) { return "Right"; },
    "editor--inline-text-editor--align-center": function(d) { return "Center"; },
    "editor--inline-text-editor--align-top": function(d) { return "Top"; },
    "editor--inline-text-editor--align-bottom": function(d) { return "Bottom"; },
    "editor--inline-text-editor--tooltip--text-type": function(d) { return "Text style"; },
    "editor--inline-text-editor--tooltip--text-color": function(d) { return "Text color"; },
    "editor--inline-text-editor--tooltip--text-alignment": function(d) { return "Text alignment"; },
    "editor--inline-text-editor--tooltip--text-font-size": function(d) { return "Font size"; },
    "editor--inline-text-editor--tooltip--font-weight": function(d) { return "Bold"; },
    "editor--inline-text-editor--tooltip--font-italic": function(d) { return "Italic"; },
    "editor--inline-text-editor--tooltip--hyper-link": function(d) { return "Link"; },
    "editor--inline-text-editor--tooltip--strikethrough": function(d) { return "Strikethrough"; },
    "editor--inline-text-editor--tooltip--list-type": function(d) { return "List type"; },
    "editor--inline-shape-editor--tooltip--border-width": function(d) { return "Border width"; },
    "editor--inline-shape-editor--tooltip--line-width": function(d) { return "Line width"; },
    "editor--inline-shape-editor--tooltip--line-start": function(d) { return "Line start"; },
    "editor--inline-shape-editor--tooltip--line-style": function(d) { return "Line style"; },
    "editor--inline-shape-editor--tooltip--line-end": function(d) { return "Line end"; },
    "editor--inline-table-editor--background-color": function(d) { return "Background"; },
    "editor--inline-table-editor--tooltip-font-weight": function(d) { return "Bold"; },
    "editor--inline-table-editor--tooltip-font-style": function(d) { return "Italic"; },
    "editor--inline-table-editor--tooltip-text-color": function(d) { return "Text color"; },
    "editor--inline-table-editor--tooltip-background-color": function(d) { return "Background color"; },
    "editor--inline-table-editor--tooltip-reset": function(d) { return "Reset cell styles"; },
    "editor--inline-table-editor--tooltip-horizontal-alignment": function(d) { return "Horizontal alignment"; },
    "editor--inline-table-editor--tooltip-vertical-alignment": function(d) { return "Vertical alignment"; },
    "editor--inline-table-editor--tidy": function(d) { return "Tidy"; },
    "editor--inline-table-editor--tooltip-tidy": function(d) { return "Already tidied"; },
    "editor--inline-table-editor--tidy-rows": function(d) { return "Tidy rows"; },
    "editor--inline-table-editor--tidy-columns": function(d) { return "Tidy columns"; },
    "editor--inline-table-editor--tooltip-tidy-rows": function(d) { return "Distribute rows"; },
    "editor--inline-table-editor--tooltip-tidy-columns": function(d) { return "Distribute columns"; },
    "editor--inline-table-editor--tooltip-tidy-both": function(d) { return "Distribute rows and columns"; },
    "editor--inline-text-editor--tooltip--more-options": function(d) { return "More options"; },
    "editor--inline-text-editor--tooltip--less-options": function(d) { return "Less options"; },
    "editor--text-options--heading--line-spacing": function(d) { return "Line spacing"; },
    "editor--text-options--heading--letter-spacing": function(d) { return "Letter spacing"; },
    "editor--text-options--heading--uppercase": function(d) { return "Uppercase"; },
    "editor--text-options--synthetic-typeface-info": function(d) { return "This font style is generated by your browser. It may look different in other browsers."; },
    "editor--text-options--text-appearance": function(d) { return "Font"; },
    "editor--text-options--heading--paragraph-spacing": function(d) { return "Paragraph spacing"; },
    "editor--text-options--tooltip--font-family": function(d) { return "Font family"; },
    "editor--text-options--tooltip--font-style": function(d) { return "Font style"; },
    "editor--text-options--tooltip--font-size": function(d) { return "Font size"; },
    "editor--text-options--tooltip--text-color": function(d) { return "Text color"; },
    "editor--text-options--heading--text-styles": function(d) { return "Text styles"; },
    "editor--text-options--heading--text-style": function(d) { return "Text style"; },
    "editor--text-options--text-style-update": function(d) { return "Update style"; },
    "editor--text-options--text-style-reset": function(d) { return "Reset style"; },
    "editor--text-options--block-style-modifed": function(d) { return "This " + d.block_type + " style has been modified."; },
    "editor--style-builder--edit-style": function(d) { return "Edit style"; },
    "editor--style-builder--edit-style-count": function(d) { return plural(d.count, 0, en, { "0": "Unused style", one: "Used on 1 slide", other: "Used on " + number(d.count, "count") + " slides" }); },
    "editor--style-builder--edit-style-short": function(d) { return "Edit"; },
    "editor--style-builder--create-style": function(d) { return "Create a style"; },
    "editor--style-builder--default-style-name": function(d) { return "New style"; },
    "editor--style-builder--untitled-style-name": function(d) { return "Untitled style"; },
    "editor--style-builder--name-input-label": function(d) { return "Name"; },
    "editor--style-builder--name-input-placeholder": function(d) { return "Enter your style name"; },
    "editor--style-builder--overview-label": function(d) { return "Overview"; },
    "editor--style-builder--overview-count": function(d) { return plural(d.count, 0, en, { one: "1 style", other: number(d.count, "count") + " styles" }); },
    "editor--style-builder--colors-overview-label": function(d) { return "Colors"; },
    "editor--style-builder--overview-style-colors": function(d) { return "All style colors"; },
    "editor--style-builder--typography-overview-label": function(d) { return "Typography"; },
    "editor--style-builder--colors-label": function(d) { return "Style colors"; },
    "editor--style-builder--fonts-label": function(d) { return "Style fonts"; },
    "editor--style-builder--bullet-points-color-label": function(d) { return "Bullet points color"; },
    "editor--style-builder--alternating-background-color-label": function(d) { return "Alternating background color"; },
    "editor--style-builder--shape-color-label": function(d) { return "Fill color"; },
    "editor--style-builder--line-and-shape-color-label": function(d) { return "Border color"; },
    "editor--style-builder--link-color-label": function(d) { return "Color"; },
    "editor--style-builder--link-underline-label": function(d) { return "Underline"; },
    "editor--style-builder--alternating-text-color-label": function(d) { return "Alternating text color"; },
    "editor--style-builder--background-color-label": function(d) { return "Background color"; },
    "editor--style-builder--header-text-color-label": function(d) { return "Header text color"; },
    "editor--style-builder--table-border-color-label": function(d) { return "Border color"; },
    "editor--style-builder--axis-color-label": function(d) { return "Axis color"; },
    "editor--style-builder--chart-color-label": function(d) { return "Chart color"; },
    "editor--style-builder--chart-palette-label": function(d) { return "Palette"; },
    "editor--style-builder--header-color-label": function(d) { return "Header color"; },
    "editor--style-builder--font-family-label": function(d) { return "Font family"; },
    "editor--style-builder--font-size-label": function(d) { return "Font size"; },
    "editor--style-builder--text-color-label": function(d) { return "Text color"; },
    "editor--style-builder--colors-tooltip": function(d) { return "Here you’ll find all the colors in this style and where they appear."; },
    "editor--style-builder--fonts-tooltip": function(d) { return "Here you’ll find all the fonts in this style and where they appear."; },
    "editor--style-builder--preview-text--title": function(d) { return "This is a title"; },
    "editor--style-builder--preview-text--text-in-shape": function(d) { return "Text"; },
    "editor--style-builder--preview-text--headline": function(d) { return "This is a headline"; },
    "editor--style-builder--preview-text--subheadline": function(d) { return "This is a subheadline"; },
    "editor--style-builder--preview-text--paragraph-1": function(d) { return "This is a paragraph. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua."; },
    "editor--style-builder--preview-text--paragraph-2": function(d) { return "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat."; },
    "editor--style-builder--preview-text--paragraph-3": function(d) { return "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."; },
    "editor--style-builder--preview-text--link": function(d) { return "This is a link"; },
    "editor--style-builder--preview-text--list-1": function(d) { return "Lorem ipsum dolor sit amet"; },
    "editor--style-builder--preview-text--list-2": function(d) { return "consectetur adipisici elit, sed eiusmod tempor incidunt enim ad minim veniam"; },
    "editor--style-builder--preview-text--list-3": function(d) { return "quis nostrud exercitation ullamco laboris nisi ut aliquid ex"; },
    "editor--style-builder--preview-text--small-paragraph": function(d) { return "This is a small paragraph. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua."; },
    "editor--style-builder--preview-text--table-1": function(d) { return "Name"; },
    "editor--style-builder--preview-text--table-2": function(d) { return "Role"; },
    "editor--style-builder--preview-text--table-3": function(d) { return "Favorite animal"; },
    "editor--style-builder--preview-text--table-4": function(d) { return "Ashley Croft"; },
    "editor--style-builder--preview-text--table-5": function(d) { return "Founder"; },
    "editor--style-builder--preview-text--table-6": function(d) { return "Tiger"; },
    "editor--style-builder--preview-text--table-7": function(d) { return "Adam Smith"; },
    "editor--style-builder--preview-text--table-8": function(d) { return "Marketing Director"; },
    "editor--style-builder--preview-text--table-9": function(d) { return "Sloth"; },
    "editor--popover-headline-style-colors": function(d) { return "Style colors"; },
    "editor--popover-headline-other-colors": function(d) { return "Presentation colors"; },
    "editor--color-button-auto-color": function(d) { return "Automatic color"; },
    "editor--color-button-change-color": function(d) { return "Change color"; },
    "editor--popover-add-color-tooltip": function(d) { return "Add color"; },
    "editor--popover-transparent": function(d) { return "Transparent"; },
    "editor--popover-color-dropper": function(d) { return "Pick color"; },
    "editor--popover-color-dropper-tooltip-title": function(d) { return "Color dropper unavailable"; },
    "editor--popover-color-dropper-tooltip-description": function(d) { return "Use the Pitch desktop app or the Chrome, Edge, or Opera browsers to sample colors with this tool."; },
    "editor--popover-color-dropper-tooltip-alt-description": function(d) { return "Use the Chrome, Edge, or Opera browsers to sample colors with this tool."; },
    "editor--popover-color-dropper-tooltip-link-text": function(d) { return "Learn more"; },
    "editor--popover-color-dropper-tooltip-link-url": function(d) { return "https://help.pitch.com/en/articles/6125880-i-can-t-access-the-color-dropper"; },
    "lose-unsynced-changes--title": function(d) { return "Leave document?"; },
    "lose-unsynced-changes--body": function(d) { return "Some document edits were not synced and may be lost. Closing this document will permanently delete the changes that you made."; },
    "lose-unsynced-workspace-changes--body": function(d) { return "Some document edits were not synced and may be lost. Leaving this workspace will permanently delete the changes that you made."; },
    "lose-unsynced-changes--btn": function(d) { return "Leave and discard changes"; },
    "hard-stop-modal--title": function(d) { return "Your recent changes could not be saved"; },
    "hard-stop-modal--message--part1": function(d) { return "Your computer appears to be offline. We are trying to reconnect to the server."; },
    "hard-stop-modal--message--part2": function(d) { return "If you keep experiencing this issue, please #[contact_support] for help."; },
    "hard-stop-modal--reload-button": function(d) { return "Reload page"; },
    "slide--title": function(d) { return "Slide"; },
    "slide--skipped": function(d) { return "Skipped slide"; },
    "slide--missing": function(d) { return "Missing slide"; },
    "slide--remove-link": function(d) { return "Remove link"; },
    "slide--missing-alert-message": function(d) { return "The slide you linked to is missing. Try linking to another slide, or remove the link."; },
    "slide-links-dialog--cancel": function(d) { return plural(d.count, 0, en, { one: "Keep slide", other: "Keep slides" }); },
    "slide-links-dialog--confirm": function(d) { return plural(d.count, 0, en, { one: "Delete slide", other: "Delete slides" }); },
    "slide-links-dialog--delete-slide": function(d) { return plural(d.count, 0, en, { one: "Deleting this slide will also remove ", other: "Deleting these slides will also remove " }); },
    "slide-links-dialog--links": function(d) { return plural(d.count, 0, en, { one: "a link ", other: "some links " }); },
    "slide-links--list": function(d) { return plural(d.count, 0, en, { "0": "", "1": "on slide " + d.a + ".", "2": "on slides " + d.a + " and " + d.b + ".", "3": "on slides " + d.a + ", " + d.b + " and " + d.c + ".", "4": "on slides " + d.a + ", " + d.b + ", " + d.c + " and " + d.d + ".", other: "on other slides." }); },
    "editor--slide-and-web-link-input-placeholder": function(d) { return "URL, slide number, or email"; },
    "presentation-analytics--load-more-button": function(d) { return "Load more"; },
    "presentation-analytics--load-more-is-loading": function(d) { return "Loading results"; },
    "presentation-analytics--load-more-error-msg": function(d) { return "Failed request"; },
    "presentation-analytics--load-more-error-try-again": function(d) { return "Try again"; },
    "presentation-analytics-load-more-no-more-results": function(d) { return "No more visits"; },
    "presentation-analytics--enrtypoint--tooltip--title": function(d) { return "Presentation Analytics"; },
    "presentation-analytics--enrtypoint--tooltip--content": function(d) { return "Understand how visitors and collaborators interact with your deck"; },
    "presentation-views--title--all-views": function(d) { return "Visits"; },
    "presentation-views--title--visitors": function(d) { return "Unique visitors"; },
    "presentation-views--workspace-activity--title": function(d) { return "Workspace activity"; },
    "presentation-views--workspace-activity--subtitle": function(d) { return "See which members and guests have recently visited this presentation."; },
    "presentation-views--tabs--all-views": function(d) { return "All visits (" + d.viewCount + ")"; },
    "presentation-views--tabs--all-views-tooltip-body": function(d) { return "See visits from all sources: public access, custom links, team members, and invited guests"; },
    "presentation-views--tabs--all-views-tooltip-cta": function(d) { return "Learn more"; },
    "presentation-views--tabs--managed-links": function(d) { return "Custom links"; },
    "presentation-views--tabs--ws-members": function(d) { return "Members & guests (" + d.viewCount + ")"; },
    "presentation-views--tabs--public-access": function(d) { return "Public access"; },
    "presentation-views--tabs--workspace": function(d) { return "Workspace"; },
    "presentation-views--tabs--public-access-tooltip-body": function(d) { return "Analyze the performance of your public access link and any embeds."; },
    "presentation-views--tabs--public-access-tooltip-cta": function(d) { return "Learn more"; },
    "presentation-views--tooltip--title": function(d) { return plural(d.views, 0, en, { "0": "0 visits", one: "1 visit", other: d.fmtViews + " visits" }); },
    "presentation-views--tooltip--public-access": function(d) { return "Public visit"; },
    "presentation-views--tooltip--link-access": function(d) { return "Custom link visit"; },
    "presentation-views--tooltip--no-views": function(d) { return "No visits"; },
    "presentation-views--row--source": function(d) { return "Link"; },
    "presentation-views--row--visitor": function(d) { return "Visitor"; },
    "presentation-views--row--visit": function(d) { return "Visit"; },
    "presentation-views--row--device": function(d) { return "Device & browser"; },
    "presentation-views--row--name": function(d) { return "Name"; },
    "presentation-views--row--last-viewed": function(d) { return "Last viewed"; },
    "presentation-views--row--last-visit": function(d) { return "Last visit"; },
    "presentation-views--row--total-visits": function(d) { return "Visits"; },
    "presentation-views--row--completion": function(d) { return "Viewed slides"; },
    "presentation-views--row--completion--not-available": function(d) { return "Not available"; },
    "presentation-views--row--completion--not-available--tooltip": function(d) { return "Engagement analytics unavailable for this visitor. Learn why in our #[help-center]."; },
    "presentation-views--row--completion--not-available--tooltip-help-center": function(d) { return "help center"; },
    "presentation-views--row--location": function(d) { return "Location"; },
    "presentation-views--row--source-tooltip": function(d) { return "This visitor has access through a workspace or presentation invite."; },
    "presentation-views--row--device-tooltip": function(d) { return "Pitch does not expose device or location information for workspace members and guests."; },
    "presentation-views--row--opening-time": function(d) { return "Last opened"; },
    "presentation-views--user--guest-label": function(d) { return "Guest"; },
    "presentation-views--error--data-missing--headline": function(d) { return "Data couldn’t load"; },
    "presentation-views--error--data-missing--subline": function(d) { return "You’re either offline or we couldn’t connect to Pitch’s server. Refresh the page to try again."; },
    "presentation-views--managed-link--row--name": function(d) { return "Link name"; },
    "presentation-views--managed-link--activity--placeholder--title": function(d) { return "One presentation, multiple links"; },
    "presentation-views--managed-link--activity--placeholder--description": function(d) { return "Share individual links with clients, investors, or other audiences and see when they've visited your work."; },
    "presentation-views--managed-link--activity--placeholder--cta": function(d) { return "Create new link"; },
    "presentation-views--managed-link--details--header--copy-link-tooltip": function(d) { return "Copy link"; },
    "presentation-views--managed-link--details--no-data-placeholder--title": function(d) { return "Link ready to share"; },
    "presentation-views--managed-link--details--no-data-placeholder--description": function(d) { return "Send your presentation to investors, clients, or others, then return here to see when they’ve visited."; },
    "presentation-views--managed-link--details--no-data-placeholder--cta": function(d) { return "Copy link"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout": function(d) { return "#[link-disabled] To continue tracking visits, go to the #[share-settings] and enable this custom link."; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--link-disabled": function(d) { return "Link disabled."; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--share-settings": function(d) { return "Share settings"; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--engagement-analytics-disabled": function(d) { return "Engagement analytics disabled."; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--no-eng-analytics": function(d) { return "Any slide-level data was collected before engagement analytics were turned off. To reactivate this feature, go to the #[share-settings] and enable it for this link again."; },
    "presentation-views--managed-link--details--disabled-placeholder--callout--no-eng-analytics-or-slide-level-data": function(d) { return "To see slide-level data, go to the #[share-settings] and enable engagement analytics for this link."; },
    "presentation-views--managed-link--details--slides-title": function(d) { return "Viewed slides"; },
    "presentation-views--managed-link--details--slide--tooltip": function(d) { return plural(d.views, 0, en, { "0": "0 views", one: "1 view", other: d.views + " views" }); },
    "presentation-views--public-access--activity--placeholder--title": function(d) { return "Link ready to share"; },
    "presentation-views--public-access--activity--placeholder--description": function(d) { return "Anyone can copy a public access link or view an embedded presentation, no Pitch account required. However you share, once visitors arrive you can view their activity here."; },
    "presentation-views--public-access--activity--placeholder--cta": function(d) { return "Copy link"; },
    "presentation-views--public-access--activity--not-public-placeholder--title": function(d) { return "Share your work. Know your impact."; },
    "presentation-views--public-access--activity--not-public-placeholder--description": function(d) { return "See when people visit this presentation by turning on public access. Share the link with anyone, no Pitch account required."; },
    "presentation-views--public-access--activity--not-public-placeholder--cta": function(d) { return "Enable public access"; },
    "presentation-views--public-access--activity--not-public-placeholder--callout": function(d) { return "#[link-disabled] To continue tracking visits, go to the #[share-settings] and enable public access."; },
    "presentation-views--public-access--activity--not-public-placeholder--callout--link-disabled": function(d) { return "Link disabled."; },
    "presentation-views--public-access--activity--not-public-placeholder--callout--share-settings": function(d) { return "Share settings"; },
    "presentation-views--managed-link--details--section-title--chart": function(d) { return "Slide Views"; },
    "presentation-views--managed-link--details--section-title--activity-table": function(d) { return "Activity"; },
    "presentation-views--managed-link--details--chart-tooltip": function(d) { return "A slide view occurs as soon as a visitor opens a slide."; },
    "presentation-views--managed-link--details--table-tooltip": function(d) { return "A visit happens whenever a person uses the custom link to open this presentation. Each row is unique, and visits from the same visitor aren’t grouped together."; },
    "presentation-views--search--no-results-title": function(d) { return "No results"; },
    "presentation-views--search--no-results-subtitle": function(d) { return "Try a different search term."; },
    "presentation-views--empty--title": function(d) { return "Waiting for someone?"; },
    "presentation-views--empty--description": function(d) { return "When others visit this presentation, you’ll see that activity here."; },
    "presentation-views--empty--cta": function(d) { return "Invite others to collaborate"; },
    "presentation-views--error--title": function(d) { return "Something went wrong"; },
    "presentation-views--error--description": function(d) { return "We can’t load your presentation analytics right now. Check back in a bit, #[line_break] and if the problem continues, contact support."; },
    "public-views--title": function(d) { return plural(d.views, 0, en, { "0": "0 visits", one: "1 visit", other: d.fmtViews + " visits" }); },
    "public-views--v2--title": function(d) { return "Public access activity"; },
    "public-views--v2--description": function(d) { return "Understand when people use an embed or your public access link to visit this presentation."; },
    "public-views--link-disabled-owner": function(d) { return "#[intro] To continue tracking views, click #[share-settings] and enable public access"; },
    "public-views--link-disabled-intro": function(d) { return "Link disabled."; },
    "public-views--link-disabled-sharee": function(d) { return "#[intro] To continue tracking views, ask the presentation owner to enable public access."; },
    "public-views--last-24-hours": function(d) { return "Last 24 hours"; },
    "public-views--last-7-days": function(d) { return "Last 7 days"; },
    "public-views--last-14-days": function(d) { return "Last 14 days"; },
    "public-views--last-30-days": function(d) { return "Last 30 days"; },
    "public-views--last-90-days": function(d) { return "Last 90 days"; },
    "public-views--all-time": function(d) { return "All time"; },
    "public-views--public": function(d) { return "Public links"; },
    "public-views--public--tooltip": function(d) { return "Total number of visits accessed through the public access link"; },
    "public-views--embeds": function(d) { return "Embeds"; },
    "public-views--embeds--tooltip": function(d) { return "Total number of visits accessed through an embedded presentation"; },
    "public-views--now": function(d) { return "Now"; },
    "public-views--today": function(d) { return "Today"; },
    "public-views--copy-link": function(d) { return "Copy link"; },
    "public-views--details--title": function(d) { return "Public visit"; },
    "public-access--empty-disabled--title": function(d) { return "Share your work. Know your impact."; },
    "public-access--empty-disabled--text": function(d) { return "See when people visit this presentation by turning on public access.#[line_break] Share the link with anyone, no Pitch account required."; },
    "public-views--empty-disabled--cta": function(d) { return "Enable public access"; },
    "public-access--empty-enabled--title": function(d) { return "Link ready to share"; },
    "public-access--empty-enabled--text": function(d) { return "Anyone can open a public access link or view an embedded presentation,#[line_break] no Pitch account required. However you share, once visitors arrive #[line_break] you can analyze their activity here."; },
    "presentation-analytics-managed-links--visit-title": function(d) { return "Custom link visit"; },
    "presentation-views--managed-links-list--title": function(d) { return "Custom link activity"; },
    "presentation-views--managed-links-list--subtitle": function(d) { return "Keep track of visits from custom links you've shared. When engagement analytics are enabled for a link, you can also see slide engagement and return visits."; },
    "presentation-analytics-managed-links-list--tooltip-body": function(d) { return "See which custom links you’ve created, and when visitors use them."; },
    "presentation-analytics-managed-links-list--tooltip-cta": function(d) { return "Learn more"; },
    "presentation-analytics-managed-links-list--new-link": function(d) { return "New custom link"; },
    "presentation-analytics-managed-links-list--table-left": function(d) { return "Link name"; },
    "presentation-analytics-managed-links-list--table-right": function(d) { return "Visits"; },
    "presentation-analytics-managed-links-list--disabled": function(d) { return "Disabled"; },
    "presentation-analytics-managed-links-list--locked-tooltip": function(d) { return "Link has a passcode"; },
    "presentation-analytics-managed-links-list--created-at-tooltip": function(d) { return "Created #[time] on #[date]"; },
    "presentation-analytics-managed-links-list--visits--not-opened": function(d) { return "Not opened"; },
    "presentation-analytics-managed-links-list--inactive-label": function(d) { return "Inactive"; },
    "presentation-analytics-managed-links-list--slide-visits--not-opened": function(d) { return "No views"; },
    "presentation-analytics-managed-links-list--engagement-icon-label": function(d) { return "Enagagement analytics enabled"; },
    "presentation-analytics-managed-links-list--edit-link-label": function(d) { return "Edit link"; },
    "presentation-analytics-managed-links--empty--title": function(d) { return "One presentation, multiple links"; },
    "presentation-analytics-managed-links--empty--description": function(d) { return "Share individual links with clients, investors, or other audiences #[line_break] and see when they’ve visited your work."; },
    "presentation-analytics-managed-links--empty--cta": function(d) { return "Create new link"; },
    "presentation-analytics-managed-link--empty--title": function(d) { return "Link ready to share"; },
    "presentation-analytics-managed-link--empty--description": function(d) { return "Send your presentation to investors, clients, or others.#[line_break] Then return here to see when they’ve visited."; },
    "presentation-analytics-managed-link--empty-and-disabled--title": function(d) { return "Enable link to share"; },
    "presentation-analytics-managed-link--empty-and-disabled---description": function(d) { return "You’ve disabled this link. Enable it to send your presentation#[line_break] to investors, clients, or others. Then return here to see when they’ve visited."; },
    "presentation-analytics-managed-link--disabled": function(d) { return "#[presentation-analytics-managed-link--disabled-intro] To continue tracking views, click #[presentation-analytics-managed-link--disabled-share-settings] and enable public access"; },
    "presentation-analytics-managed-link--disabled-intro": function(d) { return "Link disabled."; },
    "presentation-analytics-managed-link--disabled-share-settings": function(d) { return "Share settings"; },
    "presentation-analytics-managed-link--copy-link": function(d) { return "Copy link"; },
    "presentation-analytics-managed-link--copy-access-code": function(d) { return "Copy passcode"; },
    "presentation-analytics-managed-link--bar-chart--title": function(d) { return "Total slide views"; },
    "presentation-analytics-managed-link--bar-chart--label--slides": function(d) { return "Slides"; },
    "presentation-analytics-managed-link--bar-chart--label--views": function(d) { return "Views"; },
    "presentation-analytics-managed-link--bar-chart--tooltip--slide": function(d) { return "Slide " + d.slide_number; },
    "presentation-analytics-managed-link--bar-chart--tooltip--views": function(d) { return plural(d.views, 0, en, { "0": "no views", one: "1 view", other: number(d.views, "views") + " views" }); },
    "presentation-analytics-starter-without-upgrade-incentive--toolbar-tooltip-title": function(d) { return "Presentation analytics"; },
    "presentation-analytics-starter-without-upgrade-incentive--toolbar-tooltip-content": function(d) { return "Analytics aren’t included in the#[br]Starter plan."; },
    "presentation-analytics-starter-without-upgrade-incentive--activity--title": function(d) { return "Activity unavailable"; },
    "presentation-analytics-starter-without-upgrade-incentive--activity--content": function(d) { return "Presentation analytics aren’t included in the Starter plan."; },
    "presentation-analytics-starter-without-upgrade-incentive--public-access--title": function(d) { return "Public link activity unavailable"; },
    "presentation-analytics-starter-without-upgrade-incentive--public-access--content": function(d) { return "Presentation analytics aren’t included in the Starter plan."; },
    "presentation-analytics-starter-without-upgrade-incentive--managed-links--title": function(d) { return "Custom links unavailable"; },
    "presentation-analytics-starter-without-upgrade-incentive--managed-links--content": function(d) { return "Presentation analytics for custom links aren’t included in the Starter plan."; },
    "presentation-analytics-starter-without-upgrade-incentive--share-dialog-managed-links--title": function(d) { return "Custom links"; },
    "presentation-analytics-starter-without-upgrade-incentive--share-dialog-managed-links--content": function(d) { return "Custom links aren’t included in the Starter plan."; },
    "presentation-analytics-starter-with-upgrade-incentive--toolbar-tooltip-title": function(d) { return "Track audience interest"; },
    "presentation-analytics-starter-with-upgrade-incentive--toolbar-tooltip-content": function(d) { return "Presentation analytics help you#[br]understand how visitors interact#[br]with your deck."; },
    "presentation-analytics-starter-with-upgrade-incentive--activity--title": function(d) { return "Know your audience"; },
    "presentation-analytics-starter-with-upgrade-incentive--activity--content": function(d) { return "Presentation analytics let you see interactions across all sources,#[line_break]from workspace members to public visitors."; },
    "presentation-analytics-starter-with-upgrade-incentive--public-access--title": function(d) { return "Share your work. See your impact"; },
    "presentation-analytics-starter-with-upgrade-incentive--public-access--content": function(d) { return "Use presentation analytics to understand how people view#[line_break]your embedded and publicly shared presentations."; },
    "presentation-analytics-starter-with-upgrade-incentive--managed-links--title": function(d) { return "One presentation, multiple links"; },
    "presentation-analytics-starter-with-upgrade-incentive--managed-links--content": function(d) { return "Share individual links with specific groups or channels, with optional passcode.#[line_break]Then analyze them separately for greater insight."; },
    "presentation-analytics-starter-with-upgrade-incentive--share-dialog-managed-links--title": function(d) { return "Share your presentation securely"; },
    "presentation-analytics-starter-with-upgrade-incentive--share-dialog-managed-links--content": function(d) { return "Create custom links to track activity from specific groups or#[line_break]channels, with optional passcode."; },
    "presentation-analytics-redirect-from-mobile-headline": function(d) { return "Open this presentation on your computer to view analytics"; },
    "presentation-analytics-redirect-from-mobile-description": function(d) { return "Presentation analytics aren’t available on mobile yet. Use the Pitch web or desktop app to access them."; },
    "error--video-too-large": function(d) { return "The file size limit for videos is 5GB. Try uploading a smaller file."; },
    "error--invalid-asset-type": function(d) { return "We don’t currently support that file type. You can upload JPG, PNG, SVG, or GIF files, or search for images using our integrations."; },
    "error--upload-error": function(d) { return "Upload error"; },
    "error--font-upload--error-dialog": function(d) { return "There was a problem uploading your fonts. Try again, or #[font-upload-error-link]."; },
    "error--font-upload--link-message": function(d) { return "read these troubleshooting tips"; },
    "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 "There was a problem uploading your video(s). Try again, and make sure your video is under 5GB."; },
    "error--trying-to-logout-when-offline": function(d) { return "Looks like you’re offline. You need to be online to log out of Pitch."; },
    "error--session-cannot-be-refreshed-headline": function(d) { return "Your session has expired"; },
    "error--session-cannot-be-refreshed": function(d) { return "Log in again to continue."; },
    "error-session-cannot-be-refreshed-button": function(d) { return "Log in"; },
    "error--slide-not-found": function(d) { return "That slide no longer exists, so the first slide has been opened instead."; },
    "error--presentation-not-found": function(d) { return "We can’t find that presentation. Either it was deleted, or you don’t have access to it. Ask the person who shared it for help."; },
    "error--invalid-presentation-share-link": function(d) { return "That link doesn’t seem to work. Try asking the person who sent it to you for help."; },
    "error--image-upload-limit-exceeded": function(d) { return "You can upload up to 10 images at once. Try uploading in batches."; },
    "error--media-upload-limit-exceeded": function(d) { return "You can upload up to 10 media files at once. Try uploading in batches."; },
    "error--unsupported-file": function(d) { return "Looks like you’re trying to upload a file type we don’t support. Check our help center for supported file types for this feature."; },
    "error--unsupported-images": function(d) { return "Looks like you’re trying to upload a file type we don’t support. You can upload JPG, PNG, SVG, or GIF files."; },
    "error--unsupported-fonts": function(d) { return "Looks like you’re trying to upload a font file type we don’t support. You can upload OpenType (.otf) and TrueType (.ttf) files."; },
    "error--could-not-fetch-images": function(d) { return "We weren’t able to add that image. Try dragging it or uploading it from your computer."; },
    "error--image-upload-offline-web-app": function(d) { return "Looks like you’re offline. Try uploading the image when you’re back online, or use our desktop app for offline uploads."; },
    "error--media-upload-offline-web-app": function(d) { return "Looks like you’re offline. Try uploading the media file when you’re back online, or use our desktop app for offline uploads."; },
    "error--auto-updater-failed": function(d) { return "Something went wrong while updating the app. We’ll try again later."; },
    "error--auto-updating-not-in-applications-folder": function(d) { return "Something went wrong launching Pitch. Make sure the app is in the Applications folder and try again."; },
    "error--unauthorized-workspace": function(d) { return "It appears you don’t have access to this workspace. Try asking the person who invited you for help."; },
    "error--unauthorized-folder": function(d) { return "It appears you don’t have access to this folder. Try asking the person who invited you for help."; },
    "error--workspace-role-access-denied": function(d) { return "Only the workspace owner and admins can access this page."; },
    "error--workspace-role-access-denied--owner": function(d) { return "Only the workspace owner can access this page."; },
    "error--cant-move-shared-presentation": function(d) { return "Only the owner of a presentation can move it to a different folder."; },
    "error--oops": function(d) { return "Something went wrong, and that’s all we know. Contact support if this problem continues."; },
    "error--duplication-failed": function(d) { return "There was a problem duplicating that presentation. Try again or contact support."; },
    "error--consent-failed": function(d) { return "There was a problem submitting your consent. Try again or contact support."; },
    "error--generic-issue--heading": function(d) { return "Oops, something went wrong"; },
    "error--generic-sync-issue--heading": function(d) { return "Uh oh, something went wrong"; },
    "error--document-was-deleted--heading": function(d) { return "This presentation \n was deleted"; },
    "error--document-is-private--heading": function(d) { return "This presentation is in a private folder"; },
    "error--no-workspace-access--heading": function(d) { return "You’re not a member of this workspace"; },
    "error--generic-render-issue--heading": function(d) { return "Oh no! Something went wrong"; },
    "error--generic-issue--reload-button": function(d) { return "Try again"; },
    "error--generic-issue--go-to-dashboard-button": function(d) { return "Go to dashboard"; },
    "error--generic-issue--go-to-pitch-button": function(d) { return "Back to Pitch"; },
    "error--indexeddb-terminated--refresh-button": function(d) { return "Refresh"; },
    "error--user-was-logged-out-headline": function(d) { return "Looks like we got disconnected"; },
    "error--user-was-logged-out-description": function(d) { return "Log back in to Pitch and try again."; },
    "error--render-issue--line1": function(d) { return "Something went wrong, and that’s all we know."; },
    "error--render-issue--line2": function(d) { return "Refresh the page and if that doesn’t help, contact support."; },
    "error--card-render-issue": function(d) { return "Content not available. Try refreshing the page or contact support."; },
    "error--embed-block-invalid-url--title": function(d) { return "We couldn’t embed this link"; },
    "error--embed-block-invalid-url--description": function(d) { return "Please make sure it’s publicly available."; },
    "error--block-render-issue": function(d) { return d.blocktype + " not available. Try refreshing the page or updating Pitch, or contact support if the problem continues."; },
    "error--cant-open-presentation--generic": function(d) { return "We couldn’t open that presentation. Try again, and contact support if the problem continues."; },
    "error--cant-open-presentation--old-version": function(d) { return "That presentation was created with a newer version of Pitch. Update your app and try opening it again."; },
    "error--cant-open-presentation--document-deleted": function(d) { return "If you think there’s a mistake, contact the presentation \n owner for help."; },
    "error--cant-open-presentation--private-document--owner-known": function(d) { return "Contact #[ownerName] (#[ownerEmail]) to request access."; },
    "error--cant-open-presentation--private-document--owner-unknown": function(d) { return "Contact the presentation owner to request access."; },
    "error--cant-open-presentation--no-workspace-access": function(d) { return "Request a workspace invite from an admin. If you think you’re already a member, make sure you’re logged in with the correct account."; },
    "error--cant-open-workspace--generic": function(d) { return "We couldn’t open that workspace. Try again, and contact support if the problem continues."; },
    "error--slide-render-issue--line1": function(d) { return "Failed to load preview"; },
    "error--slide-render-issue--line2": function(d) { return "Contact support if this issue continues."; },
    "error--unauthorized-presentation--headline": function(d) { return "That presentation hasn’t been shared with you"; },
    "error--unauthorized-presentation--description": function(d) { return "The presentation owner hasn’t given you access. Ask the owner to share it with you."; },
    "error--unauthorized-workspace--headline": function(d) { return "You’re not a member of that workspace"; },
    "error--unauthorized-workspace--description": function(d) { return "Ask someone in the workspace to send you an invite link to join."; },
    "error--no-internet--heading": function(d) { return "Looks like you’re offline"; },
    "error--no-internet--desc": function(d) { return "Don’t worry — all your edits are being saved locally and will sync to your workspace once you’re back online."; },
    "error--document-not-found--heading": function(d) { return "We can’t seem to find that presentation"; },
    "error--document-not-found--description": function(d) { return "It may have been deleted or made private. Try asking the person who owns it for help."; },
    "error--cant-write-to-server--heading": function(d) { return "Your changes weren’t synced (yet)"; },
    "error--cant-write-to-server--desc": function(d) { return "All your edits are saved on your computer and will be synced to your workspace once you’re back online. If this error continues, please contact support."; },
    "error--write-queue-error--heading": function(d) { return "Something went wrong saving your work"; },
    "error--write-queue-error--description": function(d) { return "Your changes may not have been saved. If this problem continues, contact support."; },
    "error--storage-failure--heading": function(d) { return "Your system is out of storage space"; },
    "error--storage-failure--description": function(d) { return "Try freeing up some hard drive space or clearing your browser data. If that doesn’t help, contact support."; },
    "error--indexeddb-quota--heading": function(d) { return "Your system is out of storage space"; },
    "error--indexeddb-quota--description": function(d) { return "We can’t continue saving your changes on this device. Try freeing up some hard drive space or clearing your browser data."; },
    "error--indexeddb-terminated--heading": function(d) { return "Just a little routine housekeeping"; },
    "error--indexeddb-terminated--description": function(d) { return "Storage was optimized to make the app run faster.#[br]Refresh the page to enjoy."; },
    "error--invalid-public-link--heading": function(d) { return "That link doesn’t seem to work"; },
    "error--invalid-public-link--description": function(d) { return "Either that presentation no longer exists or it hasn’t been shared with you. Try asking its owner for help."; },
    "error--color-dropper--title": function(d) { return "Something went wrong sampling a color"; },
    "error--color-dropper--description": function(d) { return "If this continues check our #[help-center-link] article or #[contact-support-link]."; },
    "error--color-dropper-help-center-link--text": function(d) { return "help center"; },
    "error--color-dropper-contact-support-link--text": function(d) { return "contact support"; },
    "error--color-dropper-help-center-link--url": function(d) { return "https://help.pitch.com/en/articles/6125880-i-can-t-access-the-color-dropper"; },
    "error--color-dropper-contact-support-link--url": function(d) { return "https://help.pitch.com/en/collections/2135343-contact-us"; },
    "error--footer--logged-in-as--text": function(d) { return "You’re logged in as #[email]. You might need to #[log-in-link]"; },
    "error--footer-log-in-with-different-email-address--link": function(d) { return "log in with a different address."; },
    "billing--go-back": function(d) { return "Back"; },
    "billing--go-back-to-workspace": function(d) { return "Back to workspace"; },
    "billing--page-title": function(d) { return select(d.premium, { true: "Billing for", false: "Upgrade your workspace", other: "Billing for:" }); },
    "billing--page--back--title": function(d) { return "Billing"; },
    "billing--upgrade-button": function(d) { return "Upgrade to Pro"; },
    "billing--discover-button": function(d) { return "Discover Pitch Pro"; },
    "billing--pro-page--overview": function(d) { return "Overview"; },
    "billing--pro-page--subscription": function(d) { return "Subscription"; },
    "billing--pro-page--overview--payment-method": function(d) { return "Payment method:"; },
    "billing--pro-page--overview--billing-email": function(d) { return "Billing email:"; },
    "billing--pro-page--overview--payment-method-wrapper": function(d) { return d.method + " ending with " + d.last4; },
    "billing--pro-page--overview--manual-payment-method": function(d) { return "Bank transfer"; },
    "billing--pro-page--overview--pitch-pro": function(d) { return "Pitch Pro"; },
    "billing--pro-page--subscription--pitch-pro--interval": function(d) { return "Pitch Pro (#[renewal-interval])"; },
    "billing--pro-page--overview--current-plan": function(d) { return "Current plan:"; },
    "billing--pro-page--subscription--active-plan": function(d) { return "Active plan"; },
    "billing--pro-page--overview--price": function(d) { return "Price:"; },
    "billing--pro-page--overview--balance": function(d) { return "Account credit:"; },
    "billing--pro-page--overview--members": function(d) { return select(d.perSeat, { true: "Seats", false: "Members", other: "Members" }) + ":"; },
    "billing--pro-page--overview--price-per-member": function(d) { return d.price + " per " + select(d.perSeat, { true: "seat", false: "workspace member", other: "workspace member" }); },
    "billing--pro-page--overview--number-of-members": function(d) { return plural(d.members, 0, en, { "0": "No members", one: "1 member", other: number(d.members, "members") + " members" }); },
    "billing--pro-page--overview--number-of-seats": function(d) { return plural(d.seats, 0, en, { "0": "No seats", one: "1 seat", other: number(d.seats, "seats") + " seats" }) + plural(d.emptySeats, 0, en, { "0": "", other: " (" + number(d.emptySeats, "emptySeats") + " empty)" }); },
    "billing--pro-page--overview--active": function(d) { return "Active"; },
    "billing--pro-page--overview--cancelled": function(d) { return "Canceled"; },
    "billing--pro-page--overview--renewal-interval": function(d) { return select(d.interval, { monthly: "Monthly", yearly: "Yearly", other: "" }); },
    "billing--pro-page--subscription--renewal-date": function(d) { return select(d.isSubscriptionActive, { true: "Renewal", false: "Cancellation", other: "Renewal" }) + " date:"; },
    "billing--pro-page--overview--cycle": function(d) { return "Billing cycle:"; },
    "billing--pro-page--overview--renewal": function(d) { return "#[renewal-interval] (" + select(d.isSepa, { true: "ends", false: "renews", other: "renews" }) + " " + d.date + ")"; },
    "billing--pro-page--overview--cancel-subscription--renewal": function(d) { return "You can use all Pitch Pro features until #[renewal-date]"; },
    "billing--pro-page--overview--upcoming-payment-notice": function(d) { return "On #[renewal-date] you will be charged #[amount]."; },
    "billing--pro-page--overview--upcoming-payment-notice--with-credit": function(d) { return "On #[renewal-date] you will be charged your remaining balance of #[amount]. The total amount due was " + d.total + ", and we applied your existing credit of " + d.credit + "."; },
    "billing--pro-page--invoices--credit-balance": function(d) { return "You have a credit balance of #[credit]. " + select(d.subscriptionActive, { true: "We will apply this amount to upcoming invoices.", false: "You can use this for future invoices or to upgrade to Pro.", other: "You can use this for future invoices or to upgrade to Pro." }); },
    "billing--pro-page--subscription--upcoming-invoice": function(d) { return "Upcoming invoice:"; },
    "billing--pro-page--subscription--upcoming-invoice--value": function(d) { return "#[amount] on #[date]"; },
    "billing--pro-page--subscription--features--until": function(d) { return "You can use all Pitch Pro features until your cancellation date."; },
    "billing--pro-page--subscription--keep-pro-subscription": function(d) { return "Keep Pro subscription"; },
    "billing--pro-page--invoices--members-notice": function(d) { return "Adding or removing workspace members will change your upcoming invoice."; },
    "billing--pro-page--invoices--interval": function(d) { return select(d.interval, { monthly: "Monthly", yearly: "Yearly", other: "" }); },
    "billing--pro-page--invoices--pitch-pro": function(d) { return "#[plan] #[interval] invoice ##[number]"; },
    "billing--pro-page--invoices--open-members-list": function(d) { return "Manage members"; },
    "billing--pro-page--invoices--item": function(d) { return "Item"; },
    "billing--pro-page--invoices--date": function(d) { return "Date"; },
    "billing--pro-page--invoices": function(d) { return "Invoices"; },
    "billing--pro-page--invoices--view-invoice": function(d) { return "View invoice"; },
    "billing--pro-page--invoices--processed": function(d) { return "Invoices are still being processed ..."; },
    "billing--pro-page--invoices--number": function(d) { return "Number"; },
    "billing--pro-page--invoices--amount": function(d) { return "Amount"; },
    "billing--pro-page--invoices--status": function(d) { return "Status"; },
    "billing--pro-page--invoices--invoice-view": function(d) { return "View"; },
    "billing--pro-page--invoices--invoice-pay": function(d) { return "Pay now"; },
    "billing--pro-page--invoices--invoice-upcoming": function(d) { return "Upcoming"; },
    "billing--pro-page--invoices--invoice-draft": function(d) { return "Draft"; },
    "billing--pro-page--invoices--invoice-open": function(d) { return "Open"; },
    "billing--pro-page--invoices--invoice-due": function(d) { return "Due"; },
    "billing--pro-page--invoices--invoice-paid": function(d) { return "Paid"; },
    "billing--pro-page--manage": function(d) { return "Account management"; },
    "billing--pro-page--manage--cancel-subscription--title": function(d) { return "You’ll miss out on these features"; },
    "billing--pro-page--manage--cancel-subscription--reason": function(d) { return "Why do you want to cancel Pitch Pro?"; },
    "billing--pro-page--manage--cancel-subscription--feature--guests": function(d) { return "Guest sharing"; },
    "billing--pro-page--manage--cancel-subscription--feature--private-folders": function(d) { return "Private folders"; },
    "billing--pro-page--manage--cancel-subscription--feature--shared-folders": function(d) { return "Sharing folders with selected team members"; },
    "billing--pro-page--manage--cancel-subscription--feature--video": function(d) { return "Uploading videos"; },
    "billing--pro-page--manage--cancel-subscription--feature--files": function(d) { return "Uploading files over 5MB"; },
    "billing--pro-page--manage--cancel-subscription--feature--sharing": function(d) { return "Publicly sharing presentations without a banner"; },
    "billing--pro-page--manage--cancel-subscription--keep": function(d) { return "Keep Pitch Pro"; },
    "billing--pro-page--manage--cancel-subscription--back": function(d) { return "Back"; },
    "billing--pro-page--manage--cancel-subscription--help-center": function(d) { return "help center"; },
    "billing--pro-page--manage--cancel-subscription--support": function(d) { return "contact support"; },
    "billing--pro-page--manage--cancel-subscription--further-questions": function(d) { return "If you have further questions, check out our #[help-center] or #[support]."; },
    "billing--pro-page--manage--cancel-subscription": function(d) { return "Cancel subscription"; },
    "billing--pro-page--manage--cancel-subscription--confirm": function(d) { return "Continue to cancel"; },
    "billing--pro-page--manage--cancel-subscription--cancel": function(d) { return "Cancel Pitch Pro"; },
    "billing--pro-page--manage--cancel-subscription--successful": function(d) { return "Your Pitch Pro subscription was successfully canceled."; },
    "billing--pro-page--manage--cancel-subscription--error": function(d) { return "Something went wrong canceling your subscription. Try again, or #[contact] for help."; },
    "billing--pro-page--manage--cancel-subscription--error--contact": function(d) { return "contact us"; },
    "billing--pro-page--manage--reactivate-subscription--successful": function(d) { return "Your Pitch Pro subscription will continue for the next billing cycle."; },
    "billing--pro-page--manage--reactivate-subscription--error": function(d) { return "Something went wrong processing your subscription. Try again, or #[contact] for help."; },
    "billing--pro-page--manage--cancel-subscription--pay--title": function(d) { return "What happens when you cancel?"; },
    "billing--pro-page--manage--cancel-subscription--pay--description": function(d) { return "You’ll be charged only for members added in this billing cycle and for members added until the end of your subscription."; },
    "billing--pro-page--manage--cancel-subscription--end--description": function(d) { return "You have access to Pitch Pro until " + d.cycle + ", which is when your billing cycle ends."; },
    "billing--pro-page--cancel-reason--will-use-pro-in-the-future": function(d) { return "I don’t need to create presentations now, but will use Pitch again"; },
    "billing--pro-page--cancel-reason--will-use-starter": function(d) { return "I’m not using the Pro features, but will continue using Pitch on the Starter plan"; },
    "billing--pro-page--cancel-reason--no-need-for-presentation-tool": function(d) { return "I don’t need a presentation tool right now"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool": function(d) { return "I moved to a different tool for creating presentations"; },
    "billing--pro-page--cancel-reason--missing-features": function(d) { return "Pitch is missing important features that I need (specify below)"; },
    "billing--pro-page--cancel-reason--cant-justify-cost-for-team": function(d) { return "I want to use Pitch Pro, but can’t justify the cost for my whole team"; },
    "billing--pro-page--cancel-reason--using-another-pro-workspace": function(d) { return "I’m using Pitch Pro in another workspace"; },
    "billing--pro-page--cancel-reason--upgraded-for-feature": function(d) { return "I just upgraded temporarily to use a specific feature"; },
    "billing--pro-page--cancel-reason--technical-issues": function(d) { return "I had problems with technical issues or poor performance"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--additional-google-slides": function(d) { return "Google Slides"; },
    "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 "Other (specify below)"; },
    "billing--pro-page--cancel-reason--upgraded-temporarily-for-feature--large-image-upload": function(d) { return "Large image uploads"; },
    "billing--pro-page--cancel-reason--feedback-placeholder": function(d) { return "Anything else you’d like to share?"; },
    "billing--pro-page--cancel-reason--placeholder": function(d) { return "Cancellation reason"; },
    "billing--pro-page--cancel-reason--upgraded-for-feature--placeholder": function(d) { return "Feature used"; },
    "billing--pro-page--cancel-reason--moved-to-different-tool--placeholder": function(d) { return "Other tool"; },
    "billing--pro-page--footer": function(d) { return "If you have questions, visit our #[faq] or #[support]. We are happy to help."; },
    "billing--pro-page--footer--faq": function(d) { return "pricing FAQ"; },
    "billing--pro-page--title-bar--faq": function(d) { return "Billing FAQ"; },
    "billing--pro-page--footer--support": function(d) { return "contact our support team"; },
    "billing--pro-page--title-bar--support": function(d) { return "Contact support"; },
    "billing--comparison--title": function(d) { return "Compare all features"; },
    "billing--free-plan--title": function(d) { return "Starter"; },
    "billing--free-plan--description": function(d) { return "For individuals and teams getting started"; },
    "billing--free-plan--price": function(d) { return "Free#[br]forever"; },
    "billing--free-plan--badge": function(d) { return "Current plan"; },
    "billing--pro-plan--title": function(d) { return "Pro"; },
    "billing--pro-plan--description": function(d) { return "For power users and growing teams"; },
    "billing--pro-plan--pricing-interval": function(d) { return "Per member,#[br]per month"; },
    "billing--pro-plan--pricing-per-month": function(d) { return d.currency + d.price + " per member, per month"; },
    "billing--pro-plan--pay-interval": function(d) { return "Pay " + select(d.interval, { monthly: "monthly", yearly: "yearly", other: "" }); },
    "billing--enterprise-plan--title": function(d) { return "Enterprise"; },
    "billing--enterprise-plan--description": function(d) { return "Have custom requirements, or want to bring Pitch into a larger organization?"; },
    "billing--enterprise-plan--contact-sales": function(d) { return "Contact us"; },
    "billing--enterprise-plan--feature-header": function(d) { return "Everything in Pro, plus"; },
    "billing--feature--soon": function(d) { return "Soon"; },
    "billing--feature--beta": function(d) { return "Beta"; },
    "billing--free-plan--feature-header": function(d) { return "Includes"; },
    "billing--free-plan--feature0": function(d) { return "Unlimited presentations"; },
    "billing--free-plan--feature1": function(d) { return "Unlimited members & guests"; },
    "billing--free-plan--feature2": function(d) { return "Custom templates & fonts"; },
    "billing--free-plan--unlimited-members": function(d) { return "Unlimited members"; },
    "billing--pro-plan--feature-header": function(d) { return "Everything in Starter, plus"; },
    "billing--disclaimer--line1": function(d) { return "Prices shown are exclusive of any applicable sales taxes such as VAT."; },
    "billing--disclaimer--line2": function(d) { return "Subscriptions to the Pro plan renew automatically at the end of each billing cycle unless duly terminated, at which point we’ll charge the credit card in your account."; },
    "billing--usage--unlimited": function(d) { return "Unlimited"; },
    "billing--feature--beta-disclaimer": function(d) { return "Features labeled as ”Beta” don’t represent final functionality, and may be restricted to a higher plan in the future."; },
    "billing--feature-section--workspace": function(d) { return "Workspace"; },
    "billing--feature--users": function(d) { return "Members"; },
    "billing--feature--users--tooltip": function(d) { return "Members are people who have been invited to view, edit, and create new presentations in your workspace."; },
    "billing--feature--roles": function(d) { return "Workspace roles"; },
    "billing--feature--roles--free": function(d) { return "Admin only"; },
    "billing--feature--roles--pro": function(d) { return "Admin, collaborator"; },
    "billing--feature--roles--tooltip": function(d) { return "Workspace roles let you manage permissions for people on your team."; },
    "billing--feature--guests": function(d) { return "Guests"; },
    "billing--feature--guests--tooltip": function(d) { return "Guests have been invited to view or edit a presentation, but have not been invited to join your workspace."; },
    "billing--feature--presentations": function(d) { return "Presentations"; },
    "billing--feature--presentations--tooltip": function(d) { return "Create an unlimited number of presentations with as many slides as you need."; },
    "billing--feature--templates": function(d) { return "Custom templates"; },
    "billing--feature--templates--tooltip": function(d) { return "Save and maintain an unlimited number of templates in your workspace for easy access."; },
    "billing--feature--fonts": function(d) { return "Custom font support"; },
    "billing--feature--fonts--tooltip": function(d) { return "Upload custom fonts directly into Pitch. Anyone with access to your presentations will be able to use your fonts."; },
    "billing--feature--storage": function(d) { return "Workspace storage"; },
    "billing--feature--storage--tooltip": function(d) { return "Workspace storage includes presentations and the files within them."; },
    "billing--feature--storage--free": function(d) { return "10GB per workspace"; },
    "billing--feature--storage--pro": function(d) { return "10GB per member"; },
    "billing--feature--sso": function(d) { return "SAML-based SSO"; },
    "billing--feature-section--collaboration": function(d) { return "Collaboration"; },
    "billing--feature--offline": function(d) { return "Offline access"; },
    "billing--feature--mobile": function(d) { return "Mobile apps"; },
    "billing--feature--folders": function(d) { return "Workspace folders"; },
    "billing--feature--folders--tooltip": function(d) { return "Workspace folders and the presentations inside them can be viewed and edited by all members in a workspace."; },
    "billing--feature--private-folders": function(d) { return "Private folders"; },
    "billing--feature--shared-folders": function(d) { return "Shared private folders"; },
    "billing--feature--shared-folders--tooltip": function(d) { return "Invite others to collaborate in a private folder. Users with access will be able to view, edit, add, and remove presentations inside it."; },
    "billing--feature--live-collab": function(d) { return "Live video collaboration"; },
    "billing--feature--live-collab--tooltip": function(d) { return "Start a live video call from the editor. During a live session, collaborators can see and hear each other while editing a single presentation."; },
    "billing--feature--guest-sharing": function(d) { return "Guest sharing"; },
    "billing--feature-section--media": function(d) { return "Media & integrations"; },
    "billing--feature--google-sheets": function(d) { return "Google Sheets"; },
    "billing--feature--google-sheets--tooltip": function(d) { return "Import Google Sheets files to quickly add charts to your slides."; },
    "billing--feature--google-analytics": function(d) { return "Google Analytics"; },
    "billing--feature--google-analytics--tooltip": function(d) { return "Import Google Analytics metrics to quickly add charts to your slides."; },
    "billing--feature--chartmogul": function(d) { return "ChartMogul"; },
    "billing--feature--chartmogul--tooltip": function(d) { return "Import ChartMogul revenue data to add charts to your slides."; },
    "billing--feature--unsplash": function(d) { return "Unsplash"; },
    "billing--feature--unsplash--tooltip": function(d) { return "Browse millions of Unsplash images and add them to your slides."; },
    "billing--feature--giphy": function(d) { return "Giphy"; },
    "billing--feature--giphy--tooltip": function(d) { return "Browse millions of GIFs from Giphy and add them to your slides."; },
    "billing--feature--brandfetch": function(d) { return "Brandfetch"; },
    "billing--feature--brandfetch--tooltip": function(d) { return "Browse and quickly add up-to-date logos to your slides."; },
    "billing--feature--icons8": function(d) { return "Icons8"; },
    "billing--feature--icons8--tooltip": function(d) { return "Browse thousands of consistently designed icons and add them to your slides."; },
    "billing--feature--vimeo": function(d) { return "Vimeo"; },
    "billing--feature--vimeo--tooltip": function(d) { return "Embed videos from Vimeo into your slides."; },
    "billing--feature--youtube": function(d) { return "YouTube"; },
    "billing--feature--youtube--tooltip": function(d) { return "Embed videos from YouTube into your slides."; },
    "billing--feature--loom": function(d) { return "Loom"; },
    "billing--feature--loom--tooltip": function(d) { return "Embed videos from Loom into your slides."; },
    "billing--feature--image-upload": function(d) { return "Image uploads"; },
    "billing--feature--image-upload--tooltip": function(d) { return "Upload JPG, PNG, SVG, and GIF files to your workspace library and add them to your slides."; },
    "billing--feature--image-upload--free": function(d) { return "Up to 5MB per image"; },
    "billing--feature--video-upload": function(d) { return "Video uploads"; },
    "billing--feature--video-upload--tooltip": function(d) { return "Upload video files to your workspace library and add them to your slides."; },
    "billing--feature--library": function(d) { return "Video and image library"; },
    "billing--feature--recordings": function(d) { return "Recordings"; },
    "billing--feature--recordings--tooltip": function(d) { return "Add narration to slides with bite-sized video recordings."; },
    "billing--feature-section--sharing": function(d) { return "Sharing & exports"; },
    "billing--feature--embed": function(d) { return "Presentation embeds"; },
    "billing--feature--embed--tooltip": function(d) { return "Embed public presentations into your website, blog, or collaboration software."; },
    "billing--feature--pdf-export": function(d) { return "PDF exports"; },
    "billing--feature--unbranded-pdf-export": function(d) { return "Unbranded PDF exports"; },
    "billing--feature--pdf-export--tooltip": function(d) { return "Export presentations to a PDF."; },
    "billing--feature--pdf-export--free": function(d) { return "Branded"; },
    "billing--feature--pdf-export--pro": function(d) { return "Unbranded"; },
    "billing--feature--ppt-export": function(d) { return "Export to PowerPoint"; },
    "billing--feature--ppt-export--tooltip": function(d) { return "Export presentations to PowerPoint and make them accessible to external audiences through other tools."; },
    "billing--feature--analytics": function(d) { return "Presentation analytics"; },
    "billing--feature--custom-links": function(d) { return "Custom links"; },
    "billing--feature--custom-links--tooltip": function(d) { return "Create individual links, with optional passcode, to share with specific groups."; },
    "billing--feature--analytics--tooltip": function(d) { return "Use behavioral data to understand how others consume your presentations."; },
    "billing--feature--version-history": function(d) { return "Version history"; },
    "billing--feature--version-history--tooltip": function(d) { return "A timeline of all changes made to a single presentation and its slides."; },
    "billing--feature-section--support": function(d) { return "Support"; },
    "billing--feature--priority-support": function(d) { return "Priority support"; },
    "billing--feature--dedicated-support": function(d) { return "Dedicated success manager"; },
    "billing--company-logos--title": function(d) { return "Teams like yours use Pitch Pro"; },
    "billing--checkout--location--title": function(d) { return "Your location"; },
    "billing--checkout--location--line1": function(d) { return "Street address"; },
    "billing--checkout--location--line2": function(d) { return "Suite / Unit"; },
    "billing--checkout--location--city": function(d) { return "City"; },
    "billing--checkout--location--state-province": function(d) { return "State / Province"; },
    "billing--checkout--location--postal-code": function(d) { return "ZIP / Postal code"; },
    "billing--checkout--location--country": function(d) { return "Country"; },
    "billing--checkout--location--search-country": function(d) { return "Search country..."; },
    "billing--checkout--location--search-state": function(d) { return "Search state..."; },
    "billing--checkout--optional": function(d) { return "(optional)"; },
    "billing--checkout--company--title": function(d) { return "Your company"; },
    "billing--checkout--company--name": function(d) { return "Company name"; },
    "billing--checkout--company--taxid": function(d) { return "Tax ID"; },
    "billing--checkout--company--taxid--tooltip": function(d) { return "If you don’t have your Tax ID on#[br] hand, you can enter it later.#[br] Remember that we may charge#[br] taxes if you don’t."; },
    "billing--checkout--company--taxid--tooltip-ch": function(d) { return "You must have a valid business VAT number to upgrade to Pro in Switzerland."; },
    "billing--checkout--company--email": function(d) { return "Billing email address"; },
    "billing--checkout--company--email--footer": function(d) { return "We’ll send all billing-related notifications and receipts here."; },
    "billing--checkout--company--taxid--eu-footer": function(d) { return "The country prefix is determined by the location you selected."; },
    "billing--checkout--company--taxid--gb-footer": function(d) { return "The tax ID should include the GB or XI prefix."; },
    "billing--checkout--company--taxid--ch-footer": function(d) { return "The tax ID should end in MSWT, TVA, or IVA."; },
    "billing--checkout--fixed-quantity--title": function(d) { return "How many seats do you need?"; },
    "billing--checkout--fixed-quantity--content": function(d) { return plural(d.seats, 0, en, { "0": "No seats", one: "1 seat", other: number(d.seats, "seats") + " seats" }); },
    "billing--checkout--payment--title": function(d) { return "Choose your billing cycle"; },
    "billing--checkout--payment--cc-details": function(d) { return "Your credit card details"; },
    "billing--checkout--payment--cc-name": function(d) { return "Name on card"; },
    "billing--checkout--payment--cc-number": function(d) { return "Card number"; },
    "billing--checkout--payment--cc-expiry": function(d) { return "Expiry"; },
    "billing--checkout--payment--cc-cvv": function(d) { return "CVV"; },
    "billing--checkout--payment--cc-cvv-description": function(d) { return "3 digits on the back of your card"; },
    "billing--checkout--review-order": function(d) { return "Review order"; },
    "billing--checkout--processing": function(d) { return "Processing..."; },
    "billing--checkout--validating-tax-id": function(d) { return "Validating tax ID..."; },
    "billing--checkout--purchase-pro": function(d) { return "Purchase Pro"; },
    "billing--purchase-successful--title": function(d) { return "It’s official — you’re a Pro!"; },
    "billing--purchase-successful--subtitle": function(d) { return "Your workspace has been successfully upgraded."; },
    "billing--purchase-successful--go-back": function(d) { return "Back to workspace"; },
    "billing--purchase-successful--features": function(d) { return "You will find all the relevant information about your Pro plan in the #[billing-link]." + select(d.disclaimer, { true: " Remember that adding new members will automatically increase your Pitch Pro subscription.", false: "", other: "" }); },
    "billing--purchase--discoverability--enabled": function(d) { return "Heads up! You’re currently allowing anyone with a #[domain] domain to discover and join your workspace, which will automatically increase your subscription."; },
    "billing--purchase--discoverability--enable": function(d) { return "✓ Turned off"; },
    "billing--purchase--discoverability--disable": function(d) { return "Turn it off"; },
    "billing--receipt--payment-method": function(d) { return "Payment method"; },
    "billing--receipt--taxes": function(d) { return "Tax"; },
    "billing--receipt--due-today": function(d) { return "Due today"; },
    "billing--receipt--no-taxes": function(d) { return "No tax"; },
    "billing--receipt--company": function(d) { return "Company info"; },
    "billing--receipt--reverse-taxes": function(d) { return "Tax to be paid on reverse charge basis"; },
    "billing--receipt--next-renewal": function(d) { return "Next renewal"; },
    "billing--receipt--price-per-member": function(d) { return "Price per member"; },
    "billing--receipt--price-per-member-value": function(d) { return d.price + " " + select(d.interval, { monthly: "(Monthly)", yearly: "(Yearly)", other: "" }); },
    "billing--receipt--members": function(d) { return "Members"; },
    "billing--receipt--total": function(d) { return "Total"; },
    "billing--receipt--banner-text1": function(d) { return "Your entire workspace will be upgraded."; },
    "billing--receipt--banner-text2": function(d) { return "All members can access Pro features."; },
    "billing--receipt--banner--terms-and-dpa": function(d) { return "Pitch’s #[terms] and #[dpa] apply."; },
    "billing--receipt--banner--terms": function(d) { return "Terms of Use"; },
    "billing--receipt--banner--dpa": function(d) { return "Data Processing Agreement"; },
    "billing--details--country-notice": function(d) { return "If you want to change the country, please contact support."; },
    "billing--details--edit-company-info": function(d) { return "Edit company information"; },
    "billing--details--edit-address": function(d) { return "Edit address"; },
    "billing--details--edit-email": function(d) { return "Edit billing email address"; },
    "billing--details--edit-payment-method": function(d) { return "Edit credit card details"; },
    "billing--details--edit-taxid": function(d) { return "Add tax ID"; },
    "billing--details--payment-method": function(d) { return "Payment method"; },
    "billing--details--taxid": function(d) { return "Tax ID"; },
    "billing--details--email": function(d) { return "Billing email"; },
    "billing--details--address": function(d) { return "Address"; },
    "billing--details--company-name": function(d) { return "Company name"; },
    "billing--details--company": function(d) { return "Company"; },
    "billing--details--save": function(d) { return "Save"; },
    "billing--details--saving": function(d) { return "Saving"; },
    "billing--details--processing": function(d) { return "Processing"; },
    "billing--checkout-error--generic": function(d) { return "Something went wrong. Review your order for errors, and #[contact-us] if the problem continues."; },
    "billing--checkout-error--generic--contact-us": function(d) { return "contact us"; },
    "billing--error--incomplete": function(d) { return "Your information is incomplete"; },
    "billing--error--composite": function(d) { return "#[title]#[subtitle]"; },
    "billing--checkout-error--invalid-taxid": function(d) { return "Enter a valid tax ID"; },
    "billing--checkout-error--invalid-line1": function(d) { return "Enter a valid street address"; },
    "billing--checkout-error--invalid-city": function(d) { return "Enter a valid city"; },
    "billing--checkout-error--invalid-postal-code": function(d) { return "Enter a valid postal or ZIP code"; },
    "billing--checkout-error--invalid-email": function(d) { return "Enter a valid email address"; },
    "billing--checkout-error--invalid-name": function(d) { return "Enter a valid company name"; },
    "billing--checkout-error--invalid-state": function(d) { return "Enter a valid state or province"; },
    "billing--checkout-error--invalid-cardholder-name": function(d) { return "Check that you entered the cardholder name correctly"; },
    "billing--purchase-error--live-card-test-mode": function(d) { return "Attempting to use real credit card in test mode"; },
    "billing--purchase-error--invalid-taxid": function(d) { return "Enter a valid tax ID"; },
    "billing--purchase-error--subscription-active": function(d) { return "This workspace already has a premium subscription. Try reloading Pitch or talk to your workspace owner."; },
    "billing--checkout-error--invalid-country": function(d) { return "Choose your country"; },
    "billing--checkout-error--invalid-expiry-year-past": function(d) { return "The expiration year is past"; },
    "billing--checkout-error--invalid-expiry-month-past": function(d) { return "The expiration month is past"; },
    "billing--checkout-error--incomplete-number": function(d) { return "This card number is incomplete"; },
    "billing--checkout-error--incorrect-cvc": function(d) { return "Enter a valid CVV code"; },
    "billing--checkout-error--incomplete-cvc": function(d) { return "This CVV code is incomplete"; },
    "billing--checkout-error--incomplete-expiry": function(d) { return "This expiration date is incomplete"; },
    "billing--checkout-error--invalid-number": function(d) { return "Enter a valid card number"; },
    "billing--checkout-error--invalid-coupon": function(d) { return "This coupon code is invalid"; },
    "billing--checkout-error--generic-address-error--title": function(d) { return "Something went wrong."; },
    "billing--checkout-error--generic-address-error--subtitle": function(d) { return "Check the info you entered, and #[contact-us] if the problem continues."; },
    "billing--checkout-error--invalid-tax-address--title": function(d) { return "We can’t figure out the right tax rates based on your address."; },
    "billing--checkout-error--invalid-tax-address--subtitle": function(d) { return "Make sure the address is complete, and #[contact-us] if the problem continues."; },
    "billing--purchase-error--card-declined": function(d) { return "Your card was declined. Check with your bank or try another payment method."; },
    "billing--purchase-error--expired-card": function(d) { return "Your card is expired. Try another payment method."; },
    "billing--purchase-error--card-declined--insufficient": function(d) { return "Your card was declined. Check with your bank or try another payment method."; },
    "billing--purchase-error--card-declined--stolen": function(d) { return "Your card was declined. Check with your bank or try another payment method."; },
    "billing--purchase-error--card-declined--lost": function(d) { return "Your card was declined. Check with your bank or try another payment method."; },
    "billing--purchase-error--incorrect-cvv": function(d) { return "The CVV you entered was incorrect. Try again or use another payment method."; },
    "billing--purchase-error--processing-error": function(d) { return "Something went wrong while processing your card. Try again in a moment or use another payment method."; },
    "billing--purchase-error--incorrect-number": function(d) { return "The card number you entered was incorrect. Try again or use another payment method."; },
    "billing--purchase-error--invalid-card-location": function(d) { return "The credit card you provided can't be used for this purchase. Try another card or contact support."; },
    "billing--coupon--title": function(d) { return "Coupon"; },
    "billing--coupon--apply": function(d) { return "Apply"; },
    "billing--coupon--applied": function(d) { return "Applied"; },
    "billing--coupon--remaining-credit": function(d) { return "Your remaining credit of #[credit] will be applied to your next invoice."; },
    "billing--mobile--title": function(d) { return "This page isn’t supported on mobile yet"; },
    "billing--mobile--subtitle": function(d) { return "Please switch to your desktop browser."; },
    "billing--upsell-tooltip--learn-more": function(d) { return "Learn more"; },
    "billing--upsell--button": function(d) { return "Discover Pitch Pro"; },
    "billing--upsell--shared-folders--title": function(d) { return "Private folder sharing is a Pro feature"; },
    "billing--upsell--shared-folders--title--app-store": function(d) { return "Private folder sharing is not available"; },
    "billing--upsell--shared-folders--content": function(d) { return "Try moving presentations you want to share into#[br]a workspace folder, or upgrade to Pitch Pro to#[br]invite others to this one."; },
    "billing--upsell--shared-folders--content--app-store": function(d) { return "Sharing private folders isn’t included in the#[br]Starter plan. Try moving presentations you’d like#[br]to share into a workspace folder."; },
    "billing--upsell--video-uploads--title": function(d) { return "Video upload is a Pro feature"; },
    "billing--upsell--video-uploads--title--app-store": function(d) { return "Video upload is not available"; },
    "billing--upsell--video-uploads--title--app-store--guest-content": function(d) { return "Video upload is not available"; },
    "billing--upsell--video-uploads--content": function(d) { return "Add your own videos to your slides with Pitch#[br]Pro. Embedding videos from YouTube#[br]and Loom is always free."; },
    "billing--upsell--video-uploads--guest-content": function(d) { return "But you can embed your videos from YouTube, Vimeo, or Loom — for free. Ask your workspace owner to upgrade to Pitch Pro."; },
    "billing--upsell--video-uploads--content--app-store": function(d) { return "Adding your own videos to slides isn’t included in#[br]the Starter plan. Try #[embed_video] from#[br]YouTube or Loom instead."; },
    "billing--upsell--video-uploads--content--app-store--guest-content": function(d) { return "Adding your own videos to slides isn’t included in#[br]the Starter plan. Try #[embed_video] from#[br]YouTube or Loom instead."; },
    "billing--upsell--video-uploads--embed--video": function(d) { return "embedding a video"; },
    "billing--upsell--file-uploads--title": function(d) { return "Large image upload is a Pro feature"; },
    "billing--upsell--file-uploads--content": function(d) { return "That file is a bit too big. Try uploading an image#[br]smaller than 5 MB, or upgrade to Pitch Pro for#[br]unlimited image uploads."; },
    "billing--upsell--file-uploads--guest-content": function(d) { return "To upload files over 5MB, please ask your workspace owner to upgrade to Pitch Pro."; },
    "billing--upsell--file-uploads--title--app-store": function(d) { return "Large image upload is not available"; },
    "billing--upsell--file-uploads--title--app-store--guest-content": function(d) { return "Large image upload is not available"; },
    "billing--upsell--file-uploads--content--app-store": function(d) { return "That file is a bit too big. Try uploading an image#[br]smaller than 5 MB. Adding larger images isn’t#[br]included in the Starter plan."; },
    "billing--upsell--file-uploads--content--app-store--guest-content": function(d) { return "That file is a bit too big. Try uploading an image#[br]smaller than 5 MB. Adding larger images isn’t#[br]included in the Starter plan."; },
    "billing--upsell--modal--dashboard--subtitle": function(d) { return "High-performing teams win work, raise funding, and stay aligned with Pitch Pro."; },
    "billing--upsell--modal--dashboard--main--page--title": function(d) { return "Transform your team’s ideas into winning work. Upgrade to Pitch Pro."; },
    "billing--upsell--modal--dashboard--main--page--branding--title": function(d) { return "Put your brand front and center"; },
    "billing--upsell--modal--dashboard--main--page--branding--description": function(d) { return "Create a library of approved images and videos. Remove our logo from presentation embeds and PDFs."; },
    "billing--upsell--modal--dashboard--main--page--slide--impact--title": function(d) { return "Identify the impact of your slides"; },
    "billing--upsell--modal--dashboard--main--page--slide--impact--description": function(d) { return "Track when and where presentations are viewed. Send custom, passcode-protected links for sensitive work."; },
    "billing--upsell--modal--dashboard--main--page--collaboration--title": function(d) { return "Support streamlined collaboration"; },
    "billing--upsell--modal--dashboard--main--page--collaboration--description--with-private-collaboration": function(d) { return "Manage permissions with workspace roles and shared private folders. Recover edits with version history."; },
    "billing--upsell--modal--dashboard--main--page--collaboration--description": function(d) { return "Manage access with guests, workspace roles, and private folders. Recover edits with version history."; },
    "billing--upsell--modal--dashboard--design--page--title": function(d) { return "Always on-brand design"; },
    "billing--upsell--modal--dashboard--design--page--subtitle": function(d) { return "Enable every team member to deliver persuasive presentations that stay true to your brand."; },
    "billing--upsell--modal--dashboard--design--page--library--title": function(d) { return "Build a library of brand assets"; },
    "billing--upsell--modal--dashboard--design--page--library--description": function(d) { return "Organize approved templates, fonts, videos, images, and more."; },
    "billing--upsell--modal--dashboard--design--page--video--uploads--title": function(d) { return "Add your own videos"; },
    "billing--upsell--modal--dashboard--design--page--video--uploads--description": function(d) { return "Upload high-resolution videos to any slide and control appearance and playback."; },
    "billing--upsell--modal--dashboard--design--page--pdf--export--title": function(d) { return "Keep the focus on your brand"; },
    "billing--upsell--modal--dashboard--design--page--pdf--export--description": function(d) { return "Remove the Pitch logo from PDF exports and embeds."; },
    "billing--upsell--modal--dashboard--insights--page--title": function(d) { return "Audience insights"; },
    "billing--upsell--modal--dashboard--insights--page--subtitle": function(d) { return "Understand the impact of every deck — from internal company updates to sales proposals."; },
    "billing--upsell--modal--dashboard--insights--page--analytics--title": function(d) { return "Track interest with analytics"; },
    "billing--upsell--modal--dashboard--insights--page--analytics--description": function(d) { return "See when, where, and how often people view your shared presentations."; },
    "billing--upsell--modal--dashboard--insights--page--custom--links--title": function(d) { return "Control sharing with custom links"; },
    "billing--upsell--modal--dashboard--insights--page--custom--links--description": function(d) { return "Create individual links for specific audiences and add a passcode to limit sharing."; },
    "billing--upsell--modal--dashboard--insights--page--slide--engagement--title": function(d) { return "Improve your storytelling"; },
    "billing--upsell--modal--dashboard--insights--page--slide--engagement--description": function(d) { return "Analyze slide-level engagement to know which slides grab attention and which need refinement."; },
    "billing--upsell--modal--dashboard--collaboration--page--title": function(d) { return "Efficient collaboration"; },
    "billing--upsell--modal--dashboard--collaboration--page--subtitle": function(d) { return "Promote team productivity without worrying about access levels and accidental edits."; },
    "billing--upsell--modal--dashboard--collaboration--page--version--history--title": function(d) { return "Revert changes with version history"; },
    "billing--upsell--modal--dashboard--collaboration--page--version--history--description": function(d) { return "View a time-stamped history of individual slides and recover previous changes."; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--title--with-private-collaboration": function(d) { return "Share private folders to limit access"; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--title": function(d) { return "Create and share private folders"; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--description--with-private-collaboration": function(d) { return "Choose which members can view or contribute to presentations in private folders."; },
    "billing--upsell--modal--dashboard--collaboration--page--private--folders--description": function(d) { return "Work by yourself, or invite members to contribute to a private folder."; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--title--with-private-collaboration": function(d) { return "Set permissions with workspace roles"; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--title": function(d) { return "Manage permissions with guests and roles"; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--description--with-private-collaboration": function(d) { return "Control who can add members and manage settings."; },
    "billing--upsell--modal--dashboard--collaboration--page--workspace--roles--description": function(d) { return "Choose which members can add others and manage settings. Collaborate with guests on specific decks."; },
    "billing--upsell--modal--dashboard--see--pricing--button": function(d) { return "See Pro pricing"; },
    "billing--upsell-modal--contextual--info--title": function(d) { return "Unlock everything Pro offers"; },
    "billing--upsell-modal--contextual--feature--links--title": function(d) { return "Everything in Starter, plus"; },
    "billing--upsell--modal--contextual--presentation--analytics--title": function(d) { return "Presentation analytics."; },
    "billing--upsell--modal--contextual--presentation--analytics--subtitle": function(d) { return "Know what works. Use analytics to see#[br]when and where others consume your#[br]presentations."; },
    "billing--upsell--modal--contextual--presentation--analytics--feature--link--title": function(d) { return "Presentation analytics"; },
    "billing--upsell--modal--contextual--presentation--analytics--feature--link--tooltip": function(d) { return "Track views to understand#[br]when and where audiences#[br]consume your presentations."; },
    "billing--upsell--modal--contextual--workspace--roles--title": function(d) { return "Workspace roles."; },
    "billing--upsell--modal--contextual--workspace--roles--subtitle": function(d) { return "Manage collaboration. Choose who can#[br]edit presentations, invite new members,#[br]and access workspace settings."; },
    "billing--upsell--modal--contextual--workspace--roles--feature--link--title": function(d) { return "Workspace roles"; },
    "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或关注我们的公众号极客氢云获取最新地址