Skip to content

Commit

Permalink
feat: improve role template i18n (#7075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Nov 25, 2024
1 parent d985b7a commit ecec5ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
Expand Down
2 changes: 2 additions & 0 deletions ui/src/locales/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
Expand Down
2 changes: 2 additions & 0 deletions ui/src/locales/zh-TW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
Expand Down

0 comments on commit ecec5ee

Please sign in to comment.