Skip to content

Commit

Permalink
[frontend] rename 'all' in 'no restrictions' (#7348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Jun 12, 2024
1 parent 1b3312b commit 179c8b7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 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 @@ -1613,6 +1613,7 @@
"No public dashboard created yet": "Noch kein öffentliches Dashboard erstellt",
"No relations history about this entity.": "Keine Beziehungshistorie zu dieser Entität.",
"No reports about this entity.": "Keine Berichte über diese Entität.",
"No restrictions": "Keine Einschränkungen",
"No task": "Keine Aufgabe",
"No tasks has been found.": "Es wurden keine Aufgaben gefunden.",
"No value": "Kein Wert",
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 @@ -1613,6 +1613,7 @@
"No public dashboard created yet": "No public dashboard created yet",
"No relations history about this entity.": "No relations history about this entity.",
"No reports about this entity.": "No reports about this entity.",
"No restrictions": "No restrictions",
"No task": "No task",
"No tasks has been found.": "No tasks has been found.",
"No value": "No value",
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 @@ -1613,6 +1613,7 @@
"No public dashboard created yet": "Aún no se ha creado ningún panel público",
"No relations history about this entity.": "No hay historial de relaciones sobre esta entidad",
"No reports about this entity.": "Ningún informe sobre esta entidad.",
"No restrictions": "Sin restricciones",
"No task": "Ninguna tarea",
"No tasks has been found.": "No se han encontrado tareas.",
"No value": "Sin valor",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@
"No public dashboard created yet": "Aucun tableau de bord public n'a encore été créé",
"No relations history about this entity.": "Aucun historique de relations à propos cette entité.",
"No reports about this entity.": "Aucun rapport à propos de cette entité.",
"No restrictions": "Aucune restriction",
"No task": "Aucune tâche",
"No tasks has been found.": "Aucune tâche n'a été trouvée.",
"No value": "Aucune valeur",
Expand Down
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 @@ -1613,6 +1613,7 @@
"No public dashboard created yet": "まだ作成されていない公開ダッシュボード",
"No relations history about this entity.": "このエンティティにはリレーションの履歴がありません。",
"No reports about this entity.": "このエンティティに関するレポートはありません。",
"No restrictions": "制限なし",
"No task": "タスクなし",
"No tasks has been found.": "タスクが見つかりませんでした。",
"No value": "値なし",
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 @@ -1613,6 +1613,7 @@
"No public dashboard created yet": "尚未创建公共仪表盘",
"No relations history about this entity.": "尚无关于此实体的关系历史",
"No reports about this entity.": "没有关于此实体的报告。",
"No restrictions": "无限制",
"No task": "没有任务",
"No tasks has been found.": "没有找到任务。",
"No value": "没有价值",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const Group = ({ groupData }: { groupData: Group_group$key }) => {
/>
</>
: <ListItemText
primary={t_i18n('All')}
primary={t_i18n('No restrictions')}
/>
}
{!isMarkingAllowed
Expand Down Expand Up @@ -435,7 +435,7 @@ const Group = ({ groupData }: { groupData: Group_group$key }) => {
{truncate(type, 40)}
</Typography>
<ListItemText
primary={t_i18n('All')}
primary={t_i18n('No restrictions')}
/>
</ListItem>
);
Expand Down

0 comments on commit 179c8b7

Please sign in to comment.