Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Change some wordings #1432

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ImportUploaderMapper: FunctionComponent<Props> = ({

return (
<>
<Tooltip title={t('Replay all the tests')}>
<Tooltip title={t('Replay all tests')}>
<span>
<IconButton
aria-label="test"
Expand Down
20 changes: 10 additions & 10 deletions openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,29 +859,29 @@ const i18n = {
endpoint_arch: 'Architecture',
endpoint_agent_version: 'Version de l\'agent',
// Inject
inject_kill_chain_phases: 'Phases de kill chain',
inject_kill_chain_phases: 'Phase de kill chain',
inject_injector_contract: 'Injector',
inject_platforms: 'Plateformes',
inject_tags: 'Tags',
inject_title: 'Titre',
inject_type: 'Type',
inject_updated_at: 'Mis à jour à',
// Injector Contract
injector_contract_kill_chain_phases: 'Phases de kill chain',
injector_contract_kill_chain_phases: 'Phase de kill chain',
injector_contract_injector: 'Injector',
injector_contract_labels: 'Label',
injector_contract_platforms: 'Platforms',
// Scenario
scenario_category: 'Catégorie',
scenario_kill_chain_phases: 'Phases de kill chain',
scenario_kill_chain_phases: 'Phase de kill chain',
scenario_name: 'Nom',
scenario_platforms: 'Plateformes',
scenario_recurrence: 'Récurrence',
scenario_severity: 'Sévérité',
scenario_tags: 'Tags',
scenario_updated_at: 'Mis à jour à',
// Exercise
exercise_kill_chain_phases: 'Phases de kill chain',
exercise_kill_chain_phases: 'Phase de kill chain',
exercise_name: 'Nom',
exercise_scenario: 'Scenario',
exercise_status: 'Statut',
Expand Down Expand Up @@ -1243,7 +1243,7 @@ const i18n = {
'Souhaitez-vous tester ces {count} stimulis?',
'Do you want to delete this test?': 'Souhaitez-vous supprimer ce test?',
'Do you want to replay this test?': 'Souhaitez-vous rejouer ce test?',
'Replay all the tests': 'Rejouer tous les tests',
'Replay all tests': 'Rejouer tous les tests',
'Do you want to replay all these tests?': 'Souhaitez-vous rejouer tous ces tests?',
'Only SMS and emails related injects will be tested': 'Uniquement les stimulis de types email et SMS seront testés',
'Do you want to delete this XLS mapper ?': 'Voulez-vous supprimer ce mappage XLS ?',
Expand Down Expand Up @@ -2598,7 +2598,7 @@ const i18n = {
'Test Details': '测试详情',
'Replay test': '重放测试',
'Delete test': '删除测试',
'Replay all the tests': '重放所有测试',
'Replay all tests': '重放所有测试',
Tests: '测试',
Warning: '警告',
'Launch simulation now': '立即启动模拟',
Expand Down Expand Up @@ -2675,29 +2675,29 @@ const i18n = {
endpoint_arch: 'Architecture',
endpoint_agent_version: 'Agent version',
// Inject
inject_kill_chain_phases: 'Kill chain phases',
inject_kill_chain_phases: 'Kill chain phase',
inject_injector_contract: 'Injector',
inject_platforms: 'Platforms',
inject_tags: 'Tags',
inject_title: 'Title',
inject_type: 'Type',
inject_updated_at: 'Updated at',
// Injector Contract
injector_contract_kill_chain_phases: 'Kill chain phases',
injector_contract_kill_chain_phases: 'Kill chain phase',
injector_contract_injector: 'Injector',
injector_contract_labels: 'Label',
injector_contract_platforms: 'Platforms',
// Scenario
scenario_category: 'Category',
scenario_kill_chain_phases: 'Kill chain phases',
scenario_kill_chain_phases: 'Kill chain phase',
scenario_name: 'Name',
scenario_platforms: 'Platforms',
scenario_recurrence: 'Recurrence',
scenario_severity: 'Severity',
scenario_tags: 'Tags',
scenario_updated_at: 'Updated at',
// Exercise
exercise_kill_chain_phases: 'Kill chain phases',
exercise_kill_chain_phases: 'Kill chain phase',
exercise_name: 'Name',
exercise_scenario: 'Scenario',
exercise_status: 'Status',
Expand Down