[ADF-1706] Translate ADF i18n strings into all supported languages (#2490)

* ALL LANGUAGES: This includes all ADF UI files localised into 10 languages as indicated in JIRA ADF-1706: Translate ADF i18n strings into all supported languages

* ITALIAN: Small amends to Italian strings as part of previous commit to complete ADF-1706

* Add multilanguages

* Load the languages from the app config file

* Fix it json

* Simplify the adf menu languages

* Removed unused code

* Basic documentation

* Fix unit test
This commit is contained in:
Maurizio Vitale
2017-10-18 15:50:52 +01:00
committed by Eugenio Romano
parent 1cafaa11f1
commit ed36d08344
184 changed files with 6050 additions and 253 deletions

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Jobtitel"
},
"BPM": {
"TENANT": "Mandant"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Cargo"
},
"BPM": {
"TENANT": "Inquilino"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Fonction"
},
"BPM": {
"TENANT": "Client"
}
}
}
}

View File

@@ -1,12 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Professione"
},
"BPM": {
"TENANT": "Organizzazione"
}
}
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Professione"
},
"BPM": {
"TENANT": "Organizzazione"
}
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "役職"
},
"BPM": {
"TENANT": "テナント"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Jobbtittel"
},
"BPM": {
"TENANT": "Leietaker"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Functie"
},
"BPM": {
"TENANT": "Tenant"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Cargo"
},
"BPM": {
"TENANT": "Tenant"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "Имя задания"
},
"BPM": {
"TENANT": "Клиент"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"USER_PROFILE": {
"LABELS": {
"ECM": {
"JOB_TITLE": "作业标题"
},
"BPM": {
"TENANT": "租户"
}
}
}
}