diff --git a/conf/lang/en-us.ini b/conf/lang/en-us.ini index 4ae513eb..a0573e8e 100644 --- a/conf/lang/en-us.ini +++ b/conf/lang/en-us.ini @@ -101,6 +101,27 @@ file_type_placeholder = Please select a Zip file publish_to_queue = The publish task has been pushed to the task queue and will be executed soon. team_name_empty = Team name cannot be empty operate_failed = Operation failed +project_id_desc = The project ID is used to mark the uniqueness of the item and cannot be modified. +history_record_amount_desc = When document history enabled, this value limits the number of history saved per document +corp_id_desc = The footer that appears when the document PDF document is exported +project_desc_desc = The description information is no more than 500 characters, supports markdown syntax +access_pass_desc = The password that needs to be provided to access the project without permit +auto_publish_desc = Enable for each save is automatically published to the latest version +enable_export_desc = Configure the exporter before you start the export, also enable the export function in the profile +enable_share_desc = Sharing is only available for public projects, and private projects do not support sharing +auto_save_desc = Save automatically every 30 seconds +confirm_into_private = Are you sure you want to make your project private? +into_private_notice = Private project need provide access token +confirm_into_public = Are you sure you want to make your project public? +into_public_notice = Public project could be visit by anyone +project_name_empty = Project name cannot be empty +success = Success +failed = Failed +receive_account_empty = The recipient account cannot be empty +cannot_preview = Cannot preview +upload_failed = Upload failed +upload_file_size_limit = The file must be less than 2MB +choose_pic_file = Please select a picture [blog] author = author diff --git a/conf/lang/zh-cn.ini b/conf/lang/zh-cn.ini index 849a4d49..13d22092 100644 --- a/conf/lang/zh-cn.ini +++ b/conf/lang/zh-cn.ini @@ -101,6 +101,27 @@ file_type_placeholder = 请选择Zip文件 publish_to_queue = 发布任务已推送到任务队列,稍后将在后台执行。 team_name_empty = 团队名称不能为空 operate_failed = 操作失败 +project_id_desc = 项目标识用来标记项目的唯一性,不可修改。 +history_record_amount_desc = 当开启文档历史时,该值会限制每个文档保存的历史数量 +corp_id_desc = 导出文档PDF文档时显示的页脚 +project_desc_desc = 描述信息不超过500个字符,支持Markdown语法 +access_pass_desc = 没有访问权限访问项目时需要提供的密码 +auto_publish_desc = 开启后,每次保存会自动发布到最新版本 +enable_export_desc = 开启导出前请先配置导出程序,并在配置文件中同时开启导出功能 +enable_share_desc = 分享只对公开项目生效,私有项目不支持分享 +auto_save_desc = 开启后每隔30秒会自动保存 +confirm_into_private = 确定将项目转为私有吗? +into_private_notice = 转为私有后需要通过阅读令牌才能访问该项目。 +confirm_into_public = 确定将项目转为公有吗? +into_public_notice = 转为公有后所有人都可以访问该项目。 +project_name_empty = 项目名称不能为空 +success = 成功 +failed = 失败 +receive_account_empty = 接受者账号不能为空 +cannot_preview = 不能预览 +upload_failed = 上传失败 +upload_file_size_limit = 文件必须小于2MB +choose_pic_file = 请选择图片 [blog] author = 作者 diff --git a/views/book/setting.tpl b/views/book/setting.tpl index 95f1f5ae..d50ef7c5 100644 --- a/views/book/setting.tpl +++ b/views/book/setting.tpl @@ -59,7 +59,7 @@
项目标识用来标记项目的唯一性,不可修改。
+{{i18n $.Lang "message.project_id_desc"}}
当开启文档历史时,该值会限制每个文档保存的历史数量
+{{i18n $.Lang "message.history_record_amount_desc"}}
导出文档PDF文档时显示的页脚
+{{i18n $.Lang "message.corp_id_desc"}}
描述信息不超过500个字符,支持Markdown语法
+{{i18n $.Lang "message.project_desc_desc"}}
没有访问权限访问项目时需要提供的密码
+{{i18n $.Lang "message.access_pass_desc"}}
开启后,每次保存会自动发布到最新版本
+{{i18n $.Lang "message.auto_publish_desc"}}
开启导出前请先配置导出程序,并在配置文件中同时开启导出功能
+{{i18n $.Lang "message.enable_export_desc"}}
分享只对公开项目生效,私有项目不支持分享
+{{i18n $.Lang "message.enable_share_desc"}}
开启后每隔30秒会自动保存
+{{i18n $.Lang "message.auto_save_desc"}}