Skip to content

Commit

Permalink
[frontend] add translation key
Browse files Browse the repository at this point in the history
Signed-off-by: Marine LM <[email protected]>
  • Loading branch information
MarineLeM committed Sep 26, 2024
1 parent ab6da34 commit 6bb5bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const i18n = {
Stop: 'Arrêter',
Name: 'Nom',
Subtitle: 'Sous-titre',
Notes: 'Notes',
'Please note that if you change the "Reply to" address, the email interaction functionality in the platform will be disabled.': 'Veuillez noter que si vous modifiez l\'adresse « Répondre à », la fonctionnalité d\'interaction par mail dans la plateforme sera désactivée.',
'If you remove the default email address, the email reception for this simulation / scenario will be disabled.': 'Si vous supprimez l\'adresse e-mail par défaut, la réception des e-mails pour cette simulation / ce scénario sera désactivée.',
'Start date': 'Date de début',
Expand Down Expand Up @@ -1444,6 +1445,7 @@ const i18n = {
Stop: '停止',
Name: '名称',
Subtitle: '小标题',
Notes: '笔记',
'Please note that if you change the "Reply to" address, the email interaction functionality in the platform will be disabled.': '请注意,如果您更改了\'回复 \'地址,平台中的电子邮件互动功能将被禁用。',
'Start date': '开始日期',
'End date': '结束日期',
Expand Down

0 comments on commit 6bb5bde

Please sign in to comment.