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]Updating platform translations #963

Merged
merged 1 commit into from
May 26, 2024
Merged
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
19 changes: 17 additions & 2 deletions openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const i18n = {
on: 'le',
Manual: 'Manuel',
'Total score': 'Score total',
Parameters: 'Paramètres',
Parameters: 'Configuration',
'Default theme': 'Thème par défaut',
'Default language': 'Langue par défaut',
'Background color': 'Couleur d\'arrière plan',
Expand Down Expand Up @@ -219,10 +219,13 @@ const i18n = {
Simulation: 'Simulation',
Exercise: 'Simulation',
Scenarios: 'Scenarios',
Severity: 'Severité',
Platforms: 'Plateformes',
Detection: 'Détection',
Detections: 'Détections',
Asset: 'Actif',
Assets: 'Actifs',
'Dynamic assets': 'Actifs dynamiques',
Active: 'Actif',
Inactive: 'Inactif',
Persons: 'Personnes',
Expand Down Expand Up @@ -272,7 +275,11 @@ const i18n = {
'Apply a template': 'Appliquer un template',
'Auto assign': 'Auto assignation',
'Auto observer': 'Auto observateur',
'Auto observer on scenarios': 'Auto obsevateur sur les scénarios',
'Auto observer on exercises': 'Auto obsevateur sur les exercices',
'Auto planner': 'Auto planificateur',
'Auto planner on scenarios': 'Auto planificateur sur les scénarios',
'Auto planner on exercises': 'Auto planificateur sur les exercices',
'The new users will automatically be assigned to this group.':
'Les nouveaux utilisateurs seront automatiquement assignés à ce groupe.',
'This group will have observer permission on new simulations.':
Expand All @@ -288,13 +295,17 @@ const i18n = {
'Aucun stimuli en attente dans cette simulation.',
'Add media pressure in this inject':
'Ajouter de la pression médiatique dans ce stimuli',
'Kill chain phase': 'Phase de kill chain',
Created: 'Créé',
Updated: 'Mis à jour',
'External ID': 'ID externe',
'Update the attack pattern': "Modifier le motif d'attaque",
'Create a new attack pattern': "Créer un nouveau motif d'attaque",
'Create a new kill chain phase': 'Créer une nouvelle phase de kill chain',
'Phase name': 'Nom de la phase',
'Kill chain name': 'Nom de la kill chain',
'Update the kill chain phase': 'Modifier la phase de la kill chain',
External: 'Externe',
openbas_email: 'Email',
openbas_ovh_sms: 'SMS (OVH)',
openbas_mastodon: 'Mastodon',
Expand Down Expand Up @@ -561,6 +572,7 @@ const i18n = {
'Reset answers': 'Réinitialiser les réponses',
hours: 'heures',
Apply: 'Appliquer',

players: 'joueurs',
Explanation: 'Explication',
Category: 'Catégorie',
Expand Down Expand Up @@ -709,6 +721,7 @@ const i18n = {
'API specifications': 'Spécifications de l\'API',
Theme: 'Thème',
'OpenBAS platform': 'Plateforme OpenBAS',
'Enable Enterprise Edition': 'Activer l\'édition enterprise',
PostgreSQL: 'PostgreSQL',
'Token key': 'Token',
Example: 'Exemple',
Expand Down Expand Up @@ -765,7 +778,7 @@ const i18n = {
'MAC Addresses': 'Adresses MAC',
'Please provide one MAC address per line.': 'Veuillez fournir une adresse MAC par ligne.',
'Invalid MAC address': 'Mac adresse non valide',
Platform: 'Plate-forme',
Platform: 'Plateforme',
'Collected by': 'Collecté par',
'Targeted asets': 'Actifs ciblés',
'Add assets': 'Ajouter des actifs',
Expand Down Expand Up @@ -861,6 +874,8 @@ const i18n = {
'Waiting Response': 'En attente',
'Inject Execution Status': "Statut d'exécution injecté",
'Global score': 'Score global',
'Execution date': 'Date d\'exécution',
'Execution details': 'Détails d\'exécution',
'Last Start Execution Date': "Dernière date de début d'exécution",
'No targets available': 'Aucune cible disponible',
'No target data available': 'Aucune donnée de cible disponible',
Expand Down
Loading