mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Update en.json ADF-1515 Update to match Content Services terminology * Update en.json ADF-1515 Improvements to readability in line with docs.alfresco.com/writing-for-alfresco * Update en.json ADF-1515 Improvements to readability and consistency * Update en.json * Update en.json ADF-1515 Fix typo * Update en.json ADF-1515 Updated for US spelling and consistency with docs.alfresco.com/writing-for-alfresco * Update en.json ADF-1515 - reduced word count * Update en.json ADF-1515 Readability improvements * Update en.json ADF-1515 Updates for readability and consistency * Update en.json ADF-1515 Updated for readability and consistency * Update en.json * Update en.json * Update en.json ADF-1515 - removed variables section as discussed w. Eugenio * Update en.json ADF-1515 - removed search label as discussed with Eugenio
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"LOGIN": {
|
|
"LOGO": "Alfresco",
|
|
"LABEL": {
|
|
"LOGIN": "Sign in",
|
|
"USERNAME": "Username",
|
|
"PASSWORD": "Password",
|
|
"REMEMBER": "Remember me"
|
|
},
|
|
"MESSAGES": {
|
|
"USERNAME-REQUIRED": "Required",
|
|
"USERNAME-MIN": "Your username needs to be at least {{minLenght}} characters.",
|
|
"PASSWORD-REQUIRED": "Enter your password to sign in",
|
|
"LOGIN-ERROR-CREDENTIALS": "You've entered an unknown username or password",
|
|
"LOGIN-ERROR-PROVIDERS": "Providers cannot be undefined",
|
|
"LOGIN-SUCCESS": "Sign in successful",
|
|
"LOGIN-ERROR-CORS": "CORS exception, check your server configuration",
|
|
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component",
|
|
"LOGIN-ECM-LICENSE": "Alfresco Content Services repository is in read-only mode"
|
|
},
|
|
"BUTTON": {
|
|
"LOGIN": "SIGN IN",
|
|
"CHECKING": "CHECKING",
|
|
"WELCOME": "WELCOME"
|
|
},
|
|
"ACTION": {
|
|
"HELP": "NEED HELP?",
|
|
"REGISTER": "REGISTER"
|
|
}
|
|
}
|
|
}
|