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

Adding translated messages file for IRIDA Next #157

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### `Added`

- Added an `assets/iridanext-messages.json` file which contains translations of messages for Mikrokondo to be rendered in IRIDA Next.

## [0.5.1] - 2025-02-25

### `Added`
Expand Down
60 changes: 60 additions & 0 deletions assets/iridanext-messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"overrides": {
"definitions": {
"input_output_options": {
"description": {
"en": "Define where the pipeline should find input data and save output data.",
"fr": "Définir où le pipeline doit trouver les données d’entrée et sauvegarder les données de sortie."
}
},
"ectyper": {
"description": {
"en": "Options for ECTyper (E.coli serotyping)",
"fr": "Options pour ECTyper (E.coli serotyping)"
}
},
"sistr": {
"description": {
"en": "Options for SISTR (Salmonella serotyping)",
"fr": "Options pour SISTR (Salmonella serotyping)"
}
},
"control_flow_options": {
"description": {
"en": "Options to alter control flow of the pipeline",
"fr": "Options pour modifier le débit de contrôle du pipeline"
}
},
"fastp_options": {
"description": {
"en": "Options to pass to FastP for read quality assurance",
"fr": "Options de transmission au FastP pour l’assurance de la qualité de la lecture"
}
},
"other": {
"description": {
"en": "Other parameters",
"fr": "Autres paramètres"
}
},
"allele_schema_options": {
"description": {
"en": "Specify an allele calling schema.",
"fr": "Préciser un schéma d’appel d’allèle."
}
},
"databases_and_pre_computed_files": {
"description": {
"en": "The location of databases used by Mikrokondo",
"fr": "L’emplacement des bases de données utilisées par Mikrokondo"
}
},
"data_processing_thresholds": {
"description": {
"en": "Thresholds for processing or quality assurance of data",
"fr": "Seuils de traitement ou d’assurance de la qualité des données"
}
}
}
}
}
Loading