auth/locales/en/messages.gotext.json

58 lines
1.9 KiB
JSON

{
"language": "en",
"messages": [
{
"id": "Authorize {ClientName}",
"message": "Authorize {ClientName}",
"translation": "Authorize {ClientName}",
"translatorComment": "Authorization page header with the name of the application",
"placeholders": [
{
"id": "ClientName",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "p.ClientName"
}
],
"fuzzy": true
},
{
"id": "Authorize application",
"message": "Authorize application",
"translation": "Authorize application",
"translatorComment": "Authorization page header for an unnamed application",
"fuzzy": true
},
{
"id": "Check your scopes",
"message": "Check your scopes",
"translation": "Check your scopes",
"translatorComment": "Name of the section with the set of access rights checkboxes on the login page",
"fuzzy": true
},
{
"id": "Deny",
"message": "Deny",
"translation": "Deny",
"translatorComment": "Name of the button to interrupt the application authorization process",
"fuzzy": true
},
{
"id": "Allow",
"message": "Allow",
"translation": "Allow",
"translatorComment": "The name of the button to continue the application authorization process",
"fuzzy": true
},
{
"id": "Sign In",
"message": "Sign In",
"translation": "Sign In",
"translatorComment": "The name of the button in the site address entry form to start the login process",
"fuzzy": true
}
]
}