Skip to content

Commit

Permalink
[frontend] fix translations (#6648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Apr 11, 2024
1 parent f83fb87 commit d36f13a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@
"Incidents": "Vorfälle",
"Include files not related to any knowledge (data import)": "Dateien einschließen, die sich nicht auf einen Wissensstand beziehen (Datenimport)",
"Include headers in the feed": "Kopfzeilen in den Feed einbeziehen",
"Include knowledge": "Wissen einbeziehen",
"independent": "unabhängig",
"Indexed files": "Indizierte Dateien",
"Indexing": "Indizierung",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@
"Incidents": "Incidents",
"Include files not related to any knowledge (data import)": "Include files not related to any knowledge (data import)",
"Include headers in the feed": "Include headers in the feed",
"Include knowledge": "Include knowledge",
"independent": "independent",
"Indexed files": "Indexed files",
"Indexing": "Indexing",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@
"Incidents": "Incidentes",
"Include files not related to any knowledge (data import)": "Incluir archivos no relacionados con ningún conocimiento (importación de datos)",
"Include headers in the feed": "Incluir cabeceras en la fuente de información",
"Include knowledge": "Incluir conocimientos",
"independent": "Independiente",
"Indexed files": "Ficheros indexados",
"Indexing": "Indexación",
Expand Down
9 changes: 5 additions & 4 deletions opencti-platform/opencti-front/lang/front/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"Active": "Actif",
"Activities": "Activités",
"Activity": "Activité",
"Activity & history": "Activité & ; histoire",
"Activity and history": "Activité et historique",
"Activity & history": "Activité et Historique",
"Activity and history": "Activité et Historique",
"Activity raw detail": "Détail de l'activité brute",
"ACTIVITY_MANAGER": "Manager d'activité",
"Add": "Ajouter",
Expand Down Expand Up @@ -91,7 +91,7 @@
"alert_GROUP_WITH_NULL_CONFIDENCE_LEVEL": "À partir d'OpenCTI 6.0, un niveau de confiance maximal sera ajouté aux groupes et aux utilisateurs. Cela permettra aux administrateurs de la plateforme de mieux contrôler l'impact des données importées et d'éviter toute mise à jour indésirable des données. Veuillez lire {link_blogpost} pour plus d'informations.\n \nSur cette plateforme, le niveau de confiance maximum de certains groupes est actuellement indéfini. Leurs membres ne pourront pas créer de données dans la version 6.X de la plateforme. Pour éviter cela, assurez-vous que tous les groupes ont un niveau de confiance maximum défini. Plus d'informations dans {link_blogpost}. Soyez particulièrement attentif aux utilisateurs associés aux connecteurs, aux streams et aux feeds ; vous pouvez définir un niveau de confiance individuel pour remplacer le niveau de confiance du groupe si nécessaire. Rejoignez {link_slack} si vous avez besoin de conseils.",
"Alerting": "Alerte",
"Alias": "Alias",
"Aliases": "Pseudonymes",
"Aliases": "Alias",
"Aliases separated by commas": "Alias séparés par des virgules",
"All": "Tout",
"All add or remove actions done on the graph after the last expansion will be lost.": "Toutes les actions d'ajout ou de suppression effectuées sur le graphique après la dernière expansion seront perdues.",
Expand Down Expand Up @@ -1188,6 +1188,7 @@
"Incidents": "Incidents",
"Include files not related to any knowledge (data import)": "Inclure des fichiers non liés à de la connaissance (import de données)",
"Include headers in the feed": "Inclure les en-têtes dans le flux",
"Include knowledge": "Inclure les connaissances",
"independent": "indépendant",
"Indexed files": "Fichiers indexés",
"Indexing": "Indexation",
Expand Down Expand Up @@ -2696,4 +2697,4 @@
"Your testing file (CSV only, max 1MB)": "Votre fichier de test (format CSV, max 1MB)",
"Your url contains filters in a deprecated format, parameters stored in the url have been removed.": "Votre URL contient des filtres dans un format obsolète, les paramètres stockés dans l'URL ont été supprimés.",
"Zoom": "Zoom"
}
}
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@
"Incidents": "インシデント",
"Include files not related to any knowledge (data import)": "知識とは関係のないファイルを含める(データインポート)",
"Include headers in the feed": "フィードにヘッダを含める",
"Include knowledge": "知識を含む",
"independent": "無所属",
"Indexed files": "索引的文件",
"Indexing": "インデックス作成",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@
"Incidents": "安全事件",
"Include files not related to any knowledge (data import)": "包含与任何知识无关的文件(数据导入)",
"Include headers in the feed": "在提要中包含标题",
"Include knowledge": "包括知识",
"independent": "独立研究员",
"Indexed files": "索引文件",
"Indexing": "索引",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const Audit = () => {
checked={types?.length === 2}
/>
}
label="Include knowledge"
label={t_i18n('Include knowledge')}
labelPlacement="end"
/>
</div>
Expand Down

0 comments on commit d36f13a

Please sign in to comment.