Skip to content

Commit

Permalink
v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jan 17, 2022
1 parent b42cbcf commit 97900bb
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Api"
],
"homepage": "https://github.com/star7th/showdoc",
"version": "v2.10.1",
"version": "v2.10.2",
"license": "Apache-2.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'server': window.location.protocol + '//' + window.location.host + window.location.pathname + '../server/index.php?s=',
// "lang" :'en'
'lang': 'zh-cn'
}</script><link href=./static/css/app.d919d6b95532345b5c97da14c2b4c47f.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3df229f18c7f5164b92d.js></script><script type=text/javascript src=./static/js/app.03e1a715d3a60f870097.js></script></body></html>
}</script><link href=./static/css/app.e6b4e8cd464eff8cc6566cdb26173254.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3df229f18c7f5164b92d.js></script><script type=text/javascript src=./static/js/app.8a9350efdba95123bddd.js></script></body></html>
11 changes: 0 additions & 11 deletions web/static/css/app.d919d6b95532345b5c97da14c2b4c47f.css

This file was deleted.

11 changes: 11 additions & 0 deletions web/static/css/app.e6b4e8cd464eff8cc6566cdb26173254.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.03e1a715d3a60f870097.js

This file was deleted.

1 change: 1 addition & 0 deletions web/static/js/app.8a9350efdba95123bddd.js

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion web/static/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,23 @@ exports.default = {
to_team: 'Go to team management',
system_reminder: 'System reminder',
update_the_page: 'update the page',
click_to_view: 'click to view'
click_to_view: 'click to view',

my_template: 'My template',
item_template: 'Templates shared to this item',
no_my_template_text:
"You haven't saved any templates yet. When editing the page, click on the right side of the 'save' button and select 'save as template' in the drop-down menu. After saving the page content as a template, you can use the template you saved before the next time you create or edit a page. If you want to use the template shared by others, you can switch to the 'template shared to this item' tab",
no_item_template_text:
'There are currently no templates shared to this project. You and other members can choose to share their own templates with this project. You can set it in my template. After sharing, all members can see the shared templates under this item',
sharer: 'sharer',
share_to_these_items: 'share to these items',
share_items_tips:
'When you choose to share to these items, members of these items can use this sharing template',

ordinary_member: 'Ordinary member',
team_admin: 'Team administrator',

edit_member: 'Edit member',
readonly_member: 'Readonly member',
item_admin: 'Item administrator'
}
19 changes: 18 additions & 1 deletion web/static/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,5 +480,22 @@ exports.default = {
to_team: '去团队管理',
system_reminder: '系统提醒',
update_the_page: '修改了页面',
click_to_view: '点此查看'
click_to_view: '点此查看',
my_template: '我的模板',
item_template: '共享到本项目的模板',
no_my_template_text:
'你尚未保存过任何模板。你可以在编辑页面时,在“保存”按钮右边点击,在下拉菜单中选择“另存为模板”。把页面内容保存为模板后,你下次新建或者编辑页面时便可以使用你之前保存的模板。如果你想使用别人共享的模板,可以切换到‘共享到本项目的模板’标签页去看',
no_item_template_text:
'当前没有任何共享到本项目的模板。你以及其他成员都可以选择把自己的模板共享到本项目。在‘我的模板’处便可以设置。共享后,所有成员都能看到本项目下共享的模板',
sharer: '共享人',
share_to_these_items: '共享到这些项目',
share_items_tips:
'当你选择共享到这些项目后,这些项目的成员都能使用到此共享模板',

ordinary_member: '普通成员',
team_admin: '团队管理员',

edit_member: '编辑成员',
readonly_member: '只读成员',
item_admin: '项目管理员'
}

0 comments on commit 97900bb

Please sign in to comment.