Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve role template i18n #7075

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading