add blacklist i18n resource bundles.
parent
0153ff9cb8
commit
66667b95bc
|
@ -348,6 +348,13 @@
|
|||
"whitelist-table": {
|
||||
"no-sites": "There are no whitelisted sites. Use the <strong>whitelist</strong> button on the client management page to create one."
|
||||
}
|
||||
},
|
||||
"blacklist": {
|
||||
"text": "Blacklisted URIs cannot be used as redirect URIs by any registered clients, whether in the admin interface or in dynamic registration.",
|
||||
"blacklist-uri-placeholder": "blacklist uri",
|
||||
"add": "Add URI to blacklist",
|
||||
"empty": "There are no blacklisted URIs on this server.",
|
||||
"uri": "URI"
|
||||
},
|
||||
"copyright": "Powered by <a href=\"https://github.com/mitreid-connect/\">MITREid Connect <span class=\"label\">{0}</span></a> <span class=\"pull-right\">© 2016 The MITRE Corporation and MIT Internet Trust Consortium.</span>.",
|
||||
"about": {
|
||||
|
|
|
@ -358,6 +358,13 @@
|
|||
"no-sites": "白名单列表为空。使用<strong>白名单</strong>按钮在客户端管理页面创建一个。"
|
||||
}
|
||||
},
|
||||
"blacklist": {
|
||||
"text": "被拉黑的网站URI将无法用做注册客户端的重定向地址(无论是在管理界面中添加、还是动态注册,都不会成功)。",
|
||||
"blacklist-uri-placeholder": "要拉黑的网站URI",
|
||||
"add": "将网站URI加入黑名单",
|
||||
"empty": "当前黑名单为空",
|
||||
"uri": "URI"
|
||||
},
|
||||
"copyright": "基于<a href=\"https://github.com/mitreid-connect/\">MITREid Connect <span class=\"label\">{0}</span></a>技术构建 <span class=\"pull-right\">© 2016 MITRE公司及MIT因特网信任联盟</span>.",
|
||||
"about": {
|
||||
"title": "关于",
|
||||
|
@ -475,6 +482,9 @@
|
|||
},
|
||||
"login": {
|
||||
"login_with_username_and_password": "请使用您的用户名及密码登录",
|
||||
"username": "用户名",
|
||||
"password": "密码",
|
||||
"login-button": "登录",
|
||||
"error": "登录失败。请重试。"
|
||||
}
|
||||
}
|
|
@ -358,6 +358,13 @@
|
|||
"no-sites": "白名单列表为空。使用<strong>白名单</strong>按钮在客户端管理页面创建一个。"
|
||||
}
|
||||
},
|
||||
"blacklist": {
|
||||
"text": "被拉黑的网站URI将无法用做注册客户端的重定向地址(无论是在管理界面中添加、还是动态注册,都不会成功)。",
|
||||
"blacklist-uri-placeholder": "要拉黑的网站URI",
|
||||
"add": "将网站URI加入黑名单",
|
||||
"empty": "当前黑名单为空",
|
||||
"uri": "URI"
|
||||
},
|
||||
"copyright": "基于<a href=\"https://github.com/mitreid-connect/\">MITREid Connect <span class=\"label\">{0}</span></a>技术构建 <span class=\"pull-right\">© 2016 MITRE公司及MIT因特网信任联盟</span>.",
|
||||
"about": {
|
||||
"title": "关于",
|
||||
|
|
|
@ -358,6 +358,13 @@
|
|||
"no-sites": "白名單列表為空。使用<strong>白名單</strong>按鈕在客戶端管理頁面創建一個。"
|
||||
}
|
||||
},
|
||||
"blacklist": {
|
||||
"text": "被拉黑的網站URI將無法用於註冊客戶端的重定向地址(無論是在管理介面中添加、還是動態註冊,都不行)。",
|
||||
"blacklist-uri-placeholder": "要拉黑的網站URI",
|
||||
"add": "將網站URI加入黑名單",
|
||||
"empty": "當前黑名單為空",
|
||||
"uri": "URI"
|
||||
},
|
||||
"copyright": "基於<a href=\"https://github.com/mitreid-connect/\">MITREid Connect <span class=\"label\">{0}</span></a>技術構建 <span class=\"pull-right\">© 2016 MITRE公司及MIT因特網信任聯盟</span>。",
|
||||
"about": {
|
||||
"title": "關於",
|
||||
|
|
Loading…
Reference in New Issue