mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
1cafaa11f1
commit
ed36d08344
12
ng2-components/ng2-alfresco-userinfo/src/i18n/de.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/de.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Jobtitel"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Mandant"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/es.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/es.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Cargo"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Inquilino"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/fr.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/fr.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Fonction"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Client"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Professione"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Organizzazione"
|
||||
}
|
||||
}
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Professione"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Organizzazione"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/ja.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/ja.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "役職"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "テナント"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/nb.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/nb.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Jobbtittel"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Leietaker"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/nl.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/nl.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Functie"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Tenant"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/pt-BR.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/pt-BR.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Cargo"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Tenant"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/ru.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/ru.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "Имя задания"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "Клиент"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
ng2-components/ng2-alfresco-userinfo/src/i18n/zh-CN.json
Normal file
12
ng2-components/ng2-alfresco-userinfo/src/i18n/zh-CN.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"USER_PROFILE": {
|
||||
"LABELS": {
|
||||
"ECM": {
|
||||
"JOB_TITLE": "作业标题"
|
||||
},
|
||||
"BPM": {
|
||||
"TENANT": "租户"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user