From 9b0e504cea62a8d8f74f0731efb7dd0e023857c9 Mon Sep 17 00:00:00 2001
From: Justin Richer
@@ -146,7 +146,7 @@
-
-
\nMore information about the project can be found at \nMITREid Connect on GitHub. \nThere, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see."
+ },
+ "statistics": {
+ "title": "Statistics",
+ "number_users": "Number of users: {0}",
+ "number_clients": "Authorized clients: {0}",
+ "number_approvals": "Approved sites: {0}"
+ },
"home": {
"title": "Home",
"welcome": {
@@ -364,6 +372,10 @@
"number_approvals": "Approved sites: {0}"
}
},
+ "contact": {
+ "title": "Contact",
+ "body": "To report bugs with the MITREid Connect software itself, use the \nGitHub issue tracker. \nFor problems relating to this server, contact the server's administrator."
+ },
"topbar": {
"about": "About",
"contact": "Contact",
@@ -371,5 +383,70 @@
"home": "Home",
"login": "Log in",
"logout": "Log out"
+ },
+ "sidebar": {
+ "administrative": {
+ "title": "Administrative",
+ "manage_clients": "Manage Clients",
+ "whitelisted_clients": "Whitelisted Clients",
+ "blacklisted_clients": "Blacklisted Clients",
+ "system_scopes": "System Scopes"
+ },
+ "personal": {
+ "title": "Personal",
+ "approved_sites": "Manage Approved Sites",
+ "active_tokens": "Manage Active Tokens",
+ "profile_information": "View Profile Information"
+ },
+ "developer": {
+ "title": "Developer",
+ "client_registration": "Self-service client registration",
+ "resource_registration": "Self-service protected resource registration"
+ }
+ },
+ "manage": {
+ "ok": "OK",
+ "loading": "Loading",
+ "title": "Management Console"
+ },
+ "approve": {
+ "dynamically-registered-unknown": "at an unknown time",
+ "title": "Approve Access",
+ "error": {
+ "not_granted": "Access could not be granted."
+ },
+ "required_for": "Approval Required for",
+ "dynamically_registered": "This client was dynamically registered {0}.",
+ "caution": {
+ "title": "Caution",
+ "message": {
+ "none": "It has never been approved previously.",
+ "singular": "It has been approved {0} time previously.",
+ "plural": "It has been approved {0} times previously."
+ }
+ },
+ "more_information": "more information",
+ "home_page": "Home page",
+ "policy": "Policy",
+ "terms": "Terms of Service",
+ "contacts": "Administrative Contacts",
+ "warning": "Warning",
+ "no_redirect_uri": "This client does not have any redirect URIs registered and someone could be using a malicious URI here.",
+ "redirect_uri": "You will be redirected to the following page if you click Approve: {0}
",
+ "pairwise": "This client uses a pairwise identifier, which makes it more difficult to correlate your identity between sites.",
+ "no_scopes": "This client does not have any scopes registered and is therefore allowed to request any scopes available on the system. Proceed with caution.",
+ "access_to": "Access to",
+ "remember": {
+ "title": "Remember this decision",
+ "until_revoke": "remember this decision until I revoke it",
+ "one_hour": "remember this decision for one hour",
+ "next_time": "prompt me again next time"
+ },
+ "do_authorize": "Do you authorize",
+ "label": {
+ "authorize": "Authorize",
+ "deny": "Deny"
+ }
}
+
}
\ No newline at end of file