Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jul 31, 2024
1 parent f36d3c2 commit cc76f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ OC.L10N.register(
{
"DICOM Viewer" : "Visionneuse DICOM",
"Digital Imaging for Medicine" : "Imagerie numérique pour la médecine",
"DICOM Viewer allows to display and manipulate DICOM images with a streamlined sidebar and viewer.\n\nIt renders DICOM data sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation,\nand serialization of observations; supports internationalization, hotkeys, and many more features.\n\nSee [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap." : "DICOM Viewer permet d'afficher et de manipuler des images DICOM avec une barre latérale et une visionneuse simplifiées.\n\nIl restitue les ensembles de données DICOM en représentations 2D, 3D et reconstruites ; permet la manipulation, l'annotation,\net sérialisation des observations ; prend en charge l'internationalisation, les raccourcis clavier et bien d'autres fonctionnalités.\n\nVoir [README](https://github.com/ayselafsar/dicomviewer) pour une liste des fonctionnalités complètes et une future feuille de route.",
"DICOM Attributes" : "Attributs DICOM",
"Search for attributes…" : "Rechercher des attributs...",
"Attribute" : "Attribut",
"Value" : "Valeur",
"No DICOM attribute found" : "Aucun attribut DICOM trouvé",
"Unable to load the DICOM attributes" : "Impossible de charger les attributs DICOM",
"DICOM" : "DICOM",
"Open with DICOM Viewer" : "Ouvrir avec la visionneuse DICOM"
"Open with DICOM Viewer" : "Ouvrir avec visionneuse DICOM"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
3 changes: 2 additions & 1 deletion l10n/fr.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ "translations": {
"DICOM Viewer" : "Visionneuse DICOM",
"Digital Imaging for Medicine" : "Imagerie numérique pour la médecine",
"DICOM Viewer allows to display and manipulate DICOM images with a streamlined sidebar and viewer.\n\nIt renders DICOM data sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation,\nand serialization of observations; supports internationalization, hotkeys, and many more features.\n\nSee [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap." : "DICOM Viewer permet d'afficher et de manipuler des images DICOM avec une barre latérale et une visionneuse simplifiées.\n\nIl restitue les ensembles de données DICOM en représentations 2D, 3D et reconstruites ; permet la manipulation, l'annotation,\net sérialisation des observations ; prend en charge l'internationalisation, les raccourcis clavier et bien d'autres fonctionnalités.\n\nVoir [README](https://github.com/ayselafsar/dicomviewer) pour une liste des fonctionnalités complètes et une future feuille de route.",
"DICOM Attributes" : "Attributs DICOM",
"Search for attributes…" : "Rechercher des attributs...",
"Attribute" : "Attribut",
"Value" : "Valeur",
"No DICOM attribute found" : "Aucun attribut DICOM trouvé",
"Unable to load the DICOM attributes" : "Impossible de charger les attributs DICOM",
"DICOM" : "DICOM",
"Open with DICOM Viewer" : "Ouvrir avec la visionneuse DICOM"
"Open with DICOM Viewer" : "Ouvrir avec visionneuse DICOM"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit cc76f96

Please sign in to comment.