2023-07-30 14:48:26 +00:00
|
|
|
AuthenticatedAs = "The identity provider authenticated your identity as {{ .Name }} with the email address {{ .Email }}."
|
2021-09-11 11:37:31 +00:00
|
|
|
ErrorTitle = "An error has occurred"
|
2023-08-03 14:46:28 +00:00
|
|
|
GreetingAnonymous = "Hello"
|
|
|
|
GreetingAuthenticated = "Hello {{ .Name }}"
|
|
|
|
IndexIntroductionText = "This is a public resource."
|
2021-09-11 11:37:31 +00:00
|
|
|
IndexTitle = "Welcome to the Demo application"
|
2023-08-03 14:46:28 +00:00
|
|
|
ProtectedIntroductionText = "This is an authorization protected resource."
|
|
|
|
|
|
|
|
[IndexNavLabel]
|
|
|
|
description = "Label for the index page in the top navigation"
|
|
|
|
other = "Welcome"
|
|
|
|
|
|
|
|
[LoginLabel]
|
|
|
|
description = "A label on a login button or link"
|
|
|
|
other = "Login"
|
2021-09-11 11:37:31 +00:00
|
|
|
|
|
|
|
[LogoutLabel]
|
|
|
|
description = "A label on a logout button or link"
|
|
|
|
other = "Logout"
|
2023-08-03 14:46:28 +00:00
|
|
|
|
|
|
|
[ProtectedNavLabel]
|
|
|
|
description = "Label for the protected resource page in the top navigation"
|
|
|
|
other = "Protected area"
|