[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,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{numResults}} Ergebnis gefunden für {{searchTerm}}",
"NONE": "Keine Ergebnisse gefunden für {{searchTerm}}",
"ERROR": "Bei der Suche ist ein Problem aufgetreten. Versuchen Sie es noch einmal.",
"COLUMNS": {
"NAME": "Namen anzeigen",
"MODIFIED_BY": "Bearbeitet von",
"MODIFIED_AT": "Bearbeitet"
}
},
"ICONS": {
"ft_ic_raster_image": "Bilddatei",
"ft_ic_pdf": "PDF-Dokument",
"ft_ic_ms_excel": "Microsoft Excel-Datei",
"ft_ic_ms_word": "Microsoft Word-Dokument",
"ft_ic_ms_powerpoint": "Microsoft PowerPoint-Datei",
"ft_ic_video": "Videodatei",
"ft_ic_document": "Dokumentdatei",
"ft_ic_website": "Online-Ressource",
"ft_ic_archive": "Archivdatei",
"ft_ic_presentation": "Präsentation",
"ft_ic_spreadsheet": "Kalkulationstabellendatei"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Namen anzeigen",
"CREATED_BY": "Erstellt von",
"CREATED_ON": "Erstellt"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Löschen"
},
"DOCUMENT": {
"DOWNLOAD": "Herunterladen",
"DELETE": "Löschen"
}
}
}
},
"PERMISSON": {
"LACKOF": "Sie verfügen nicht über die nötige Berechtigung ('{{permission}}'), um {{type}} zu {{action}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{numResults}} resultados encontrados para {{searchTerm}}",
"NONE": "No se han encontrado resultados para {{searchTerm}}",
"ERROR": "Se ha producido un problema durante la búsqueda; vuelva a intentarlo.",
"COLUMNS": {
"NAME": "Nombre a mostrar",
"MODIFIED_BY": "Modificado por",
"MODIFIED_AT": "Modificado a las"
}
},
"ICONS": {
"ft_ic_raster_image": "Fichero de imagen",
"ft_ic_pdf": "Documento PDF",
"ft_ic_ms_excel": "Fichero de Microsoft Excel",
"ft_ic_ms_word": "Documento de Microsoft Word",
"ft_ic_ms_powerpoint": "Fichero de Microsoft PowerPoint",
"ft_ic_video": "Fichero de vídeo",
"ft_ic_document": "Fichero de documento",
"ft_ic_website": "Recurso web",
"ft_ic_archive": "Fichero de archivo",
"ft_ic_presentation": "Fichero de presentación",
"ft_ic_spreadsheet": "Fichero de hoja de cálculo"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Nombre a mostrar",
"CREATED_BY": "Creado por",
"CREATED_ON": "Creado"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Eliminar"
},
"DOCUMENT": {
"DOWNLOAD": "Descargar",
"DELETE": "Eliminar"
}
}
}
},
"PERMISSON": {
"LACKOF": "No tiene permiso {{permission}} para {{action}} el {{type}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{numResults}} résultat(s) trouvé(s) pour {{searchTerm}}",
"NONE": "Aucun résultat trouvé pour {{searchTerm}}",
"ERROR": "Un problème est survenu pendant la recherche, veuillez réessayer.",
"COLUMNS": {
"NAME": "Nom affiché",
"MODIFIED_BY": "Modifié par",
"MODIFIED_AT": "Modifié le"
}
},
"ICONS": {
"ft_ic_raster_image": "Fichier d'image",
"ft_ic_pdf": "Document PDF",
"ft_ic_ms_excel": "Fichier Microsoft Excel",
"ft_ic_ms_word": "Document Microsoft Word",
"ft_ic_ms_powerpoint": "Fichier Microsoft PowerPoint",
"ft_ic_video": "Fichier vidéo",
"ft_ic_document": "Fichier de document",
"ft_ic_website": "Ressource Web",
"ft_ic_archive": "Fichier d'archive",
"ft_ic_presentation": "Fichier de présentation",
"ft_ic_spreadsheet": "Fichier de feuille de calcul"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Nom affiché",
"CREATED_BY": "Créé par",
"CREATED_ON": "Créé"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Supprimer"
},
"DOCUMENT": {
"DOWNLOAD": "Télécharger",
"DELETE": "Supprimer"
}
}
}
},
"PERMISSON": {
"LACKOF": "Vous n'avez pas les droits d'accès {{permission}} pour {{action}} le {{type}}"
}
}

View File

@@ -1,17 +1,47 @@
{
"SEARCH": {
"CONTROL": {
"LABEL": "Contenuto ricerca"
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "Trovati {{numResults}} risultati per {{searchTerm}}",
"NONE": "Nessun risultato trovato per {{searchTerm}}",
"ERROR": "La ricerca ha generato un errore, riprova.",
"COLUMNS": {
"NAME": "Nome visualizzato",
"MODIFIED_BY": "Modificato da",
"MODIFIED_AT": "Modificato"
}
},
"ICONS": {
"ft_ic_raster_image": "File di immagine",
"ft_ic_pdf": "Documento PDF",
"ft_ic_ms_excel": "File Microsoft Excel",
"ft_ic_ms_word": "Documento di Microsoft Word",
"ft_ic_ms_powerpoint": "File di Microsoft PowerPoint",
"ft_ic_video": "File video",
"ft_ic_document": "File di documento",
"ft_ic_website": "Risorsa Web",
"ft_ic_archive": "File di archivio",
"ft_ic_presentation": "File di presentazione",
"ft_ic_spreadsheet": "File di foglio di calcolo"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Nome visualizzato",
"CREATED_BY": "Creato da",
"CREATED_ON": "Creato"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Elimina"
},
"RESULTS": {
"SUMMARY": "Trovati {{numResults}} risultati per {{searchTerm}}",
"NONE": "Nessun risultato trovato per {{searchTerm}}",
"ERROR": "La ricerca é andata in errore, riprova",
"COLUMNS": {
"NAME": "Nome",
"MODIFIED_BY": "Modificato da",
"MODIFIED_AT": "Modificato il"
}
"DOCUMENT": {
"DOWNLOAD": "Download",
"DELETE": "Elimina"
}
}
}
},
"PERMISSON": {
"LACKOF": "Non hai l'autorizzazione {{permission}} per {{action}} {{type}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{searchTerm}} の検索結果は {{numResults}} 件です",
"NONE": "{{searchTerm}} の検索結果は 0 件です",
"ERROR": "検索中に問題が発生しました。操作をやり直してください。",
"COLUMNS": {
"NAME": "表示名",
"MODIFIED_BY": "変更者",
"MODIFIED_AT": "変更日"
}
},
"ICONS": {
"ft_ic_raster_image": "画像ファイル",
"ft_ic_pdf": "PDF 文書",
"ft_ic_ms_excel": "Microsoft Excel ファイル",
"ft_ic_ms_word": "Microsoft Word 文書",
"ft_ic_ms_powerpoint": "Microsoft PowerPoint ファイル",
"ft_ic_video": "ビデオファイル",
"ft_ic_document": "文書ファイル",
"ft_ic_website": "Web リソース",
"ft_ic_archive": "アーカイブファイル",
"ft_ic_presentation": "プレゼンテーションファイル",
"ft_ic_spreadsheet": "表計算ファイル"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "表示名",
"CREATED_BY": "作成者",
"CREATED_ON": "作成日"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "削除"
},
"DOCUMENT": {
"DOWNLOAD": "ダウンロード",
"DELETE": "削除"
}
}
}
},
"PERMISSON": {
"LACKOF": "{{type}} を {{action}} するための {{permission}} 権限がありません。"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{numResults}} resultater funnet for {{searchTerm}}",
"NONE": "Ingen resultater funnet for {{searchTerm}}",
"ERROR": "Det oppstod et problem under søket, prøv på nytt.",
"COLUMNS": {
"NAME": "Vis navn",
"MODIFIED_BY": "Endret av",
"MODIFIED_AT": "Endret"
}
},
"ICONS": {
"ft_ic_raster_image": "Bildefil",
"ft_ic_pdf": "PDF-dokument",
"ft_ic_ms_excel": "Microsoft Excel-fil",
"ft_ic_ms_word": "Microsoft Word-dokument",
"ft_ic_ms_powerpoint": "Microsoft PowerPoint-fil",
"ft_ic_video": "Videofil",
"ft_ic_document": "Dokumentfil",
"ft_ic_website": "Webressurs",
"ft_ic_archive": "Arkiver fil",
"ft_ic_presentation": "Presentasjonsfil",
"ft_ic_spreadsheet": "Regnarkfil"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Vis navn",
"CREATED_BY": "Opprettet av",
"CREATED_ON": "Opprettet"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Slett"
},
"DOCUMENT": {
"DOWNLOAD": "Last ned",
"DELETE": "Slett"
}
}
}
},
"PERMISSON": {
"LACKOF": "Du har ikke {{permission}} tillatelsen til å {{action}} {{type}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{numResults}} resultaat gevonden voor {{searchTerm}}",
"NONE": "Geen resultaten gevonden voor {{searchTerm}}",
"ERROR": "Er is een probleem opgetreden tijdens het zoeken - probeer het opnieuw.",
"COLUMNS": {
"NAME": "Getoonde naam",
"MODIFIED_BY": "Aangepast door",
"MODIFIED_AT": "Aangepast op"
}
},
"ICONS": {
"ft_ic_raster_image": "Afbeeldingsbestand",
"ft_ic_pdf": "PDF-document",
"ft_ic_ms_excel": "Microsoft Excel-bestand",
"ft_ic_ms_word": "Microsoft Word-document",
"ft_ic_ms_powerpoint": "Microsoft PowerPoint-bestand",
"ft_ic_video": "Videobestand",
"ft_ic_document": "Documentbestand",
"ft_ic_website": "Webresource",
"ft_ic_archive": "Archiefbestand",
"ft_ic_presentation": "Presentatiebestand",
"ft_ic_spreadsheet": "Spreadsheetbestand"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Getoonde naam",
"CREATED_BY": "Gemaakt door",
"CREATED_ON": "Gemaakt"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Verwijderen"
},
"DOCUMENT": {
"DOWNLOAD": "Downloaden",
"DELETE": "Verwijderen"
}
}
}
},
"PERMISSON": {
"LACKOF": "U hebt geen {{permission}} rechten voor {{action}} van {{type}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "{{numResults}} resultado encontrado para {{searchTerm}}",
"NONE": "Nenhum resultado encontrado para {{searchTerm}}",
"ERROR": "Houve um problema durante a pesquisa, tente novamente.",
"COLUMNS": {
"NAME": "Nome de exibição",
"MODIFIED_BY": "Modificado por",
"MODIFIED_AT": "Modificado em"
}
},
"ICONS": {
"ft_ic_raster_image": "Arquivo de imagem",
"ft_ic_pdf": "Documento em PDF",
"ft_ic_ms_excel": "Arquivo do Microsoft Excel",
"ft_ic_ms_word": "Documento do Microsoft Word",
"ft_ic_ms_powerpoint": "Arquivo do Microsoft PowerPoint",
"ft_ic_video": "Arquivo de vídeo",
"ft_ic_document": "Arquivo de documento",
"ft_ic_website": "Recurso da Web",
"ft_ic_archive": "Arquivo de arquivamento",
"ft_ic_presentation": "Arquivo de apresentação",
"ft_ic_spreadsheet": "Arquivo de planilha"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Nome de exibição",
"CREATED_BY": "Criado por",
"CREATED_ON": "Criado"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Excluir"
},
"DOCUMENT": {
"DOWNLOAD": "Download",
"DELETE": "Excluir"
}
}
}
},
"PERMISSON": {
"LACKOF": "Você não tem a permissão {{permission}} para {{action}} o {{type}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "Найдено результатов по поисковому запросу {{searchTerm}}: {{numResults}}",
"NONE": "Не найдено результатов по поисковому запросу {{searchTerm}}",
"ERROR": "Возникла проблема во время поиска — повторите попытку.",
"COLUMNS": {
"NAME": "Отображаемое имя",
"MODIFIED_BY": "Изменено пользователем",
"MODIFIED_AT": "Изменено"
}
},
"ICONS": {
"ft_ic_raster_image": "Файл изображения",
"ft_ic_pdf": "Документ в формате PDF",
"ft_ic_ms_excel": "Файл Microsoft Excel",
"ft_ic_ms_word": "Документ Microsoft Word",
"ft_ic_ms_powerpoint": "Файл Microsoft PowerPoint",
"ft_ic_video": "Видеофайл",
"ft_ic_document": "Файл документа",
"ft_ic_website": "Веб-ресурс",
"ft_ic_archive": "Архивный файл",
"ft_ic_presentation": "Файл презентации",
"ft_ic_spreadsheet": "Файл электронной таблицы"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "Отображаемое имя",
"CREATED_BY": "Создано пользователем",
"CREATED_ON": "Создано"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "Удалить"
},
"DOCUMENT": {
"DOWNLOAD": "Скачать",
"DELETE": "Удалить"
}
}
}
},
"PERMISSON": {
"LACKOF": "У вас нет разрешения {{permission}}, чтобы {{action}} {{type}}"
}
}

View File

@@ -0,0 +1,47 @@
{
"SEARCH": {
"CONTROL": {},
"RESULTS": {
"SUMMARY": "已找到 {{numResults}} 个 {{searchTerm}} 的结果",
"NONE": "未找到 {{searchTerm}} 的结果",
"ERROR": "搜索过程中遇到问题,请重试。",
"COLUMNS": {
"NAME": "显示名称",
"MODIFIED_BY": "修改人",
"MODIFIED_AT": "修改时间"
}
},
"ICONS": {
"ft_ic_raster_image": "图像文件",
"ft_ic_pdf": "PDF 文档",
"ft_ic_ms_excel": "Microsoft Excel 文件",
"ft_ic_ms_word": "Microsoft Word 文档",
"ft_ic_ms_powerpoint": "Microsoft PowerPoint 文件",
"ft_ic_video": "视频文件",
"ft_ic_document": "文档文件",
"ft_ic_website": "网站资源",
"ft_ic_archive": "存档文件",
"ft_ic_presentation": "描述文件",
"ft_ic_spreadsheet": "电子表格文件"
},
"DOCUMENT_LIST": {
"COLUMNS": {
"DISPLAY_NAME": "显示名称",
"CREATED_BY": "创建者",
"CREATED_ON": "已创建"
},
"ACTIONS": {
"FOLDER": {
"DELETE": "删除"
},
"DOCUMENT": {
"DOWNLOAD": "下载",
"DELETE": "删除"
}
}
}
},
"PERMISSON": {
"LACKOF": "您没有 {{action}} {{type}} 的 {{permission}} 权限"
}
}