Merge pull request #6051 from pureshine/modify_text

Modify the dialog information when removing a member of project
This commit is contained in:
Fangyuan Cheng 2018-10-16 16:38:31 +08:00 committed by GitHub
commit 141a81ac47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@
"NAME_IS_ILLEGAL": "Project name is invalid.",
"UNKNOWN_ERROR": "An unknown error occurred while creating the project.",
"ITEMS": "items",
"DELETION_TITLE": "Confirm project deletion",
"DELETION_TITLE": "Confirm removal of project members",
"DELETION_SUMMARY": "Do you want to delete project {{param}}?",
"FILTER_PLACEHOLDER": "Filter Projects",
"REPLICATION_RULE": "Replication Rule",

View File

@ -171,7 +171,7 @@
"UNKNOWN_ERROR": "创建项目时发生未知错误。",
"OF": "共计",
"ITEMS": "条记录",
"DELETION_TITLE": "删除项目确认",
"DELETION_TITLE": "移除项目成员确认",
"DELETION_SUMMARY": "你确认删除项目 {{param}}",
"FILTER_PLACEHOLDER": "过滤项目",
"REPLICATION_RULE": "复制规则",