mirror of https://github.com/halo-dev/halo
feat: improve role template i18n (#7075)
parent
d985b7a768
commit
ecec5eeb7c
|
@ -1571,7 +1571,9 @@ core:
|
|||
Post Contributor: Contributions allowed
|
||||
Post Publisher: Allow to publish own posts
|
||||
UC Attachment Manage: Allow to manage own attachments
|
||||
role-template-uc-attachment-manager: Allow to manage own attachments
|
||||
Recycle My Post: Recycle My Post
|
||||
role-template-recycle-my-post: Recycle My Post
|
||||
components:
|
||||
submit_button:
|
||||
computed_text: "{text} ({shortcut})"
|
||||
|
|
|
@ -1466,7 +1466,9 @@ core:
|
|||
Post Attachment Manager: 允许在文章中上传图片
|
||||
Post Publisher: 允许发布自己的文章
|
||||
UC Attachment Manage: 允许管理自己的附件
|
||||
role-template-uc-attachment-manager: 允许管理自己的附件
|
||||
Recycle My Post: 允许删除自己的文章
|
||||
role-template-recycle-my-post: 允许删除自己的文章
|
||||
components:
|
||||
submit_button:
|
||||
computed_text: "{text}({shortcut})"
|
||||
|
|
|
@ -1442,7 +1442,9 @@ core:
|
|||
Post Contributor: 允許投稿
|
||||
Post Publisher: 允許發布自己的文章
|
||||
UC Attachment Manage: 允許管理自己的附件
|
||||
role-template-uc-attachment-manager: 允許管理自己的附件
|
||||
Recycle My Post: 允許刪除自己的文章
|
||||
role-template-recycle-my-post: 允許刪除自己的文章
|
||||
components:
|
||||
submit_button:
|
||||
computed_text: "{text}({shortcut})"
|
||||
|
|
Loading…
Reference in New Issue