Skip to content

Commit

Permalink
feat:流水线权限代持功能重构 #10356 修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Aug 5, 2024
1 parent 88e51fe commit 5162a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions support-files/i18n/repository/message_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
2115012=Unauthorized access to the code repository
2115013=The code warehouse path is incorrect. The warehouse path should start with {0}
2115014=Code base alias {0} already exists
2115015=User {0} does not have code base {2} view permission under project {1}
2115016=User {0} does not have code base {2} edit permission under project {1}.
2115017=User {0} does not have permission to delete code base {2} under project {1}.
2115015=User ({0}) does not have code base ({2}) view permission under project ({1})
2115016=User ({0}) does not have code base ({2}) edit permission under project ({1})
2115017=User ({0}) does not have permission to delete code base ({2}) under project ({1})
2115018=Code base {0} does not support locking
2115019=Code base type {0} does not require authentication
2115020=Failed to create tag
Expand Down
6 changes: 3 additions & 3 deletions support-files/i18n/repository/message_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
2115012=代码仓库访问未授权
2115013=代码仓库路径不正确,仓库路径应该以{0}开头
2115014=代码库别名{0}已存在
2115015=用户{0}在工程{1}下没有代码库{2}查看权限
2115016=用户{0}在工程{1}下没有代码库{2}编辑权限
2115017=用户{0}在工程{1}下没有代码库{2}删除权限
2115015=用户{0}在工程{1}下没有代码库{2})的查看权限
2115016=用户{0}在工程{1}下没有代码库{2})的编辑权限
2115017=用户{0}在工程{1}下没有代码库{2})的删除权限
2115018=代码库{0}不支持锁定
2115019=代码库类型{0}无需认证
2115020=创建tag失败
Expand Down

0 comments on commit 5162a5c

Please sign in to comment.