[ADF-3777] Add localization for About Component (#4059)

This commit is contained in:
davidcanonieto
2018-12-07 09:53:27 +00:00
committed by Eugenio Romano
parent 220930d27b
commit 0eb9bb2a3e
2 changed files with 44 additions and 17 deletions

View File

@@ -327,5 +327,32 @@
"TEXT": "Back to home"
}
}
},
"ABOUT": {
"SERVER_SETTINGS": {
"TITLE": "Server settings",
"DESCRIPTION": "The values below are taken from the AppConfigService",
"CONTENT_SERVICE_HOST": "Alfresco Content Services URL: {{ value }}",
"PROCESS_SERVICE_HOST": "Alfresco Process Services URL: {{ value }}"
},
"VERSIONS": {
"CONTENT_SERVICE": "ECM",
"PROCESS_SERVICE": "BPM",
"LABELS": {
"EDITION": "Edition",
"VERSION": "Version",
"LICENSE": "License",
"STATUS": "Status",
"MODULES": "Modules"
}
},
"SOURCE_CODE": {
"TITLE": "Source code",
"DESCRIPTION": "You are running the project based on the following commit:"
},
"PACKAGES": {
"TITLE": "Packages",
"DESCRIPTION": "Current project is using the following ADF libraries:"
}
}
}