Skip to content
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "Lesezeichen werden in öffentlichen Dashboards nicht unterstützt",
"Both latitude and longitude must be provided together": "Sowohl Breiten- als auch Längengrad müssen zusammen angegeben werden",
"Browse files": "Dateien durchsuchen",
"Browse more": "Mehr lesen",
"Browse More": "Mehr lesen",
"Browse the link": "Den Link durchsuchen",
"Buffering: ": "Pufferung:",
"Built-in: HTML template to PDF": "Eingebaut: HTML-Vorlage zu PDF",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "Bookmarks are not supported in public dashboards",
"Both latitude and longitude must be provided together": "Both latitude and longitude must be provided together",
"Browse files": "Browse files",
"Browse more": "Browse more",
"Browse More": "Browse More",
"Browse the link": "Browse the link",
"Buffering: ": "Buffering: ",
"Built-in: HTML template to PDF": "Built-in: HTML template to PDF",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "No se admiten marcadores en los cuadros de mando públicos",
"Both latitude and longitude must be provided together": "Tanto la latitud como la longitud deben indicarse juntas",
"Browse files": "Buscar archivos",
"Browse more": "Ver más",
"Browse More": "Ver más",
"Browse the link": "Visitar el enlace",
"Buffering: ": "Buffering:",
"Built-in: HTML template to PDF": "Integrado: plantilla HTML a PDF",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "Les signets ne sont pas pris en charge dans les tableaux de bord publics",
"Both latitude and longitude must be provided together": "La latitude et la longitude doivent être indiquées ensemble",
"Browse files": "Parcourir les fichiers",
"Browse more": "Parcourir plus",
"Browse More": "Parcourir plus",
"Browse the link": "Naviguer vers le lien",
"Buffering: ": "Mise en mémoire tampon :",
"Built-in: HTML template to PDF": "Intégré : modèle HTML vers PDF",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "I segnalibri non sono supportati nelle dashboard pubbliche",
"Both latitude and longitude must be provided together": "Sia la latitudine che la longitudine devono essere fornite congiuntamente",
"Browse files": "Sfogliare i file",
"Browse more": "Per saperne di più",
"Browse More": "Per saperne di più",
"Browse the link": "Sfoglia il link",
"Buffering: ": "Precaricamento: ",
"Built-in: HTML template to PDF": "Built-in: template da HTML a PDF",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "ブックマークはパブリックダッシュボードではサポートされていません。",
"Both latitude and longitude must be provided together": "緯度と経度の両方を記入しなければならない。",
"Browse files": "ファイル閲覧",
"Browse more": "もっと見る",
"Browse More": "もっと見る",
"Browse the link": "リンクを閲覧する",
"Buffering: ": "バッファリング",
"Built-in: HTML template to PDF": "組み込み: HTMLテンプレートからPDFへ",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "공개 대시보드에서는 북마크가 지원되지 않습니다",
"Both latitude and longitude must be provided together": "위도와 경도를 모두 함께 제공해야 합니다",
"Browse files": "파일 찾아보기",
"Browse more": "자세히 보기",
"Browse More": "자세히 보기",
"Browse the link": "링크 탐색",
"Buffering: ": "버퍼링:",
"Built-in: HTML template to PDF": "기본 제공: HTML 템플릿을 PDF로 내보내기",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "Закладки не поддерживаются в публичных панелях инструментов",
"Both latitude and longitude must be provided together": "Необходимо указать и широту, и долготу",
"Browse files": "Просмотр файлов",
"Browse more": "Подробнее",
"Browse More": "Подробнее",
"Browse the link": "Перейдите по ссылке",
"Buffering: ": "Буферизация:",
"Built-in: HTML template to PDF": "Встроенная функция: преобразование HTML-шаблона в PDF",
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/lang/front/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Bookmarks are not supported in public dashboards": "公共仪表盘不支持书签",
"Both latitude and longitude must be provided together": "必须同时提供经度和纬度",
"Browse files": "浏览文件",
"Browse more": "浏览更多",
"Browse More": "浏览更多",
"Browse the link": "浏览链接",
"Buffering: ": "缓冲:",
"Built-in: HTML template to PDF": "内置:HTML 模板到 PDF",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FilterIconButtonGlobalMode: FunctionComponent<
const { t_i18n } = useFormatter();
return (
<div className={classOperator} onClick={handleSwitchGlobalMode}>
{t_i18n(globalMode.toUpperCase())}
{t_i18n(globalMode.toLowerCase())}
</div>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ItemAssignees: FunctionComponent<Props> = ({ assignees, stixDomainObjectId
key={assignee.id}
variant="outlined"
icon={<PersonOutline color="primary" />}
label={truncate(assignee.name, 25).toUpperCase()}
label={truncate(assignee.name, 25)}
style={{
color: theme.palette.primary.main,
borderColor: theme.palette.primary.main,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ItemParticipants: FunctionComponent<ItemParticipantsProps> = ({ participan
key={participant.id}
variant="outlined"
icon={<PersonOutline color="primary" />}
label={truncate(participant.name, 25).toUpperCase()}
label={truncate(participant.name, 25)}
style={{
color: theme.palette.primary.main,
borderColor: theme.palette.primary.main,
Expand Down
75 changes: 72 additions & 3 deletions opencti-platform/opencti-front/src/components/ThemeDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,22 @@ const ThemeDark = (
fontSize: 22,
fontFamily: '"Geologica", sans-serif',
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h2: {
margin: '0 0 10px 0',
padding: 0,
fontWeight: 500,
fontSize: 16,
textTransform: 'uppercase',
fontFamily: '"Geologica", sans-serif',
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h3: {
margin: '0 0 10px 0',
Expand All @@ -129,33 +136,51 @@ const ThemeDark = (
fontSize: 13,
fontFamily: '"Geologica", sans-serif',
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h4: {
height: 15,
margin: '0 0 10px 0',
padding: 0,
textTransform: 'uppercase',
fontSize: 12,
fontWeight: 500,
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h5: {
fontWeight: 400,
fontSize: 13,
textTransform: 'uppercase',
marginTop: -4,
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h6: {
fontWeight: 400,
fontSize: 18,
color: text_color,
fontFamily: '"Geologica", sans-serif',
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
subtitle2: {
fontWeight: 400,
fontSize: 18,
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
button: {
Expand Down Expand Up @@ -218,6 +243,12 @@ const ThemeDark = (
arrow: {
color: 'rgba(0,0,0,0.7)',
},
popper: {
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
},
MuiFormControl: {
Expand Down Expand Up @@ -397,6 +428,7 @@ const ThemeDark = (
styleOverrides: {
root: {
color: text_color,
textTransform: 'none',
},
},
},
Expand All @@ -411,6 +443,43 @@ const ThemeDark = (
styleOverrides: {
root: {
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
label: {
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
},
MuiTab: {
styleOverrides: {
root: {
textTransform: 'lowercase',
display: 'inline-block',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
},
MuiDialogActions: {
styleOverrides: {
root: {
'& .MuiButton-root': {
textTransform: 'none',
},
},
},
},
MuiFab: {
styleOverrides: {
root: {
textTransform: 'none',
},
},
},
Expand Down
75 changes: 72 additions & 3 deletions opencti-platform/opencti-front/src/components/ThemeLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,22 @@ const ThemeLight = (
fontSize: 22,
fontFamily: '"Geologica", sans-serif',
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h2: {
margin: '0 0 10px 0',
padding: 0,
fontWeight: 500,
fontSize: 16,
textTransform: 'uppercase',
fontFamily: '"Geologica", sans-serif',
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h3: {
margin: '0 0 10px 0',
Expand All @@ -130,33 +137,51 @@ const ThemeLight = (
fontWeight: 400,
fontSize: 13,
fontFamily: '"Geologica", sans-serif',
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h4: {
height: 15,
margin: '0 0 10px 0',
padding: 0,
textTransform: 'uppercase',
fontSize: 12,
fontWeight: 500,
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h5: {
fontWeight: 400,
fontSize: 13,
textTransform: 'uppercase',
marginTop: -4,
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
h6: {
fontWeight: 400,
fontSize: 18,
color: text_color,
fontFamily: '"Geologica", sans-serif',
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
subtitle2: {
fontWeight: 400,
fontSize: 18,
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
button: {
Expand Down Expand Up @@ -219,6 +244,12 @@ const ThemeLight = (
arrow: {
color: 'rgba(0,0,0,0.7)',
},
popper: {
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
},
MuiFormControl: {
Expand Down Expand Up @@ -401,6 +432,7 @@ const ThemeLight = (
styleOverrides: {
root: {
color: text_color,
textTransform: 'none',
},
},
},
Expand All @@ -415,6 +447,43 @@ const ThemeLight = (
styleOverrides: {
root: {
color: text_color,
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
label: {
textTransform: 'lowercase',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
},
MuiTab: {
styleOverrides: {
root: {
textTransform: 'lowercase',
display: 'inline-block',
'&::first-letter': {
textTransform: 'uppercase',
},
},
},
},
MuiDialogActions: {
styleOverrides: {
root: {
'& .MuiButton-root': {
textTransform: 'none',
},
},
},
},
MuiFab: {
styleOverrides: {
root: {
textTransform: 'none',
},
},
},
Expand Down
Loading