Skip to content

Commit

Permalink
[frontend] Translation for mime types
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Dec 17, 2023
1 parent da6f774 commit dea7356
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions opencti-platform/opencti-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -2226,6 +2226,8 @@ const i18n = {
'text/plain': 'TXT',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'XLSX',
'application/vnd.ms-excel': 'XLS',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'DOCX',
'application/vnd.oasis.opendocument.text': 'ODT',
'text/html': 'HTML',
'Workflow of': 'Flujo de trabajo de',
'Create a status': 'Crear un estado',
Expand Down Expand Up @@ -4596,6 +4598,8 @@ const i18n = {
'text/plain': 'TXT',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'XLSX',
'application/vnd.ms-excel': 'XLS',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'DOCX',
'application/vnd.oasis.opendocument.text': 'ODT',
'text/html': 'HTML',
'Workflow of': 'Flux de travail de',
'Create a status': 'Créer un statut',
Expand Down Expand Up @@ -6875,6 +6879,14 @@ const i18n = {
HISTORY_MANAGER: 'ヒストリーマネージャ',
INGESTION_MANAGER: 'インジェストマネージャー',
FILE_INDEX_MANAGER: 'ファイル索引マネージャー',
'text/csv': 'CSV',
'application/pdf': 'PDF',
'text/plain': 'TXT',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'XLSX',
'application/vnd.ms-excel': 'XLS',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'DOCX',
'application/vnd.oasis.opendocument.text': 'ODT',
'text/html': 'HTML',
'Workflow of': 'ワークフロー',
'Create a status': 'ステータスの作成',
'Update a status': 'ステータスを更新する',
Expand Down Expand Up @@ -9021,6 +9033,14 @@ const i18n = {
HISTORY_MANAGER: '历史经理',
INGESTION_MANAGER: '摄取管理器',
FILE_INDEX_MANAGER: '文件索引管理器',
'text/csv': 'CSV',
'application/pdf': 'PDF',
'text/plain': 'TXT',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'XLSX',
'application/vnd.ms-excel': 'XLS',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'DOCX',
'application/vnd.oasis.opendocument.text': 'ODT',
'text/html': 'HTML',
'Workflow of': '的工作流程',
'Create a status': '创建状态',
'Update a status': '更新状态',
Expand Down Expand Up @@ -9586,6 +9606,8 @@ const i18n = {
'text/plain': 'TXT',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'XLSX',
'application/vnd.ms-excel': 'XLS',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'DOCX',
'application/vnd.oasis.opendocument.text': 'ODT',
'text/html': 'HTML',
'suggestion_threats-indicators':
'Create `indicates` relationships between indicators and the selected threat, then add all relations to the container.',
Expand Down

0 comments on commit dea7356

Please sign in to comment.