Skip to content

Commit

Permalink
Update glossary (#624)
Browse files Browse the repository at this point in the history
* Update glossary

* Redo alphatecial order correctly
  • Loading branch information
MewenLeHo authored Jan 14, 2025
1 parent 152b67a commit 971ee5d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/_data/glossary.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ module.exports = {
"base": "<span lang='fr'>Une aide technique est un matériel ou logiciel utilisé par une personne en situation de handicap destiné à compenser, limiter ou neutraliser la déficience.</span>",
"fr": ""
},
"ASSISTIVE TECHNOLOGIES": {
"base": "<span lang='en'>Assistive technologies are any product or software that is used to increase, maintain, or improve the functional capabilities of people with disabilities. Ergonomic keyboards, screen readers, magnifier and switch devices are examples.</span>",
"fr": ""
},
"TEXTE DE GRANDE TAILLE": {
"base": "<span lang='fr'>Le texte de grande taille est défini comme du texte de 24px ou plus, ou du texte en gras de plus de 19px</span>",
"fr": ""
},
"LARGE TEXT": {
"base": "<span lang='en'>Large text is defined as text of 24px or larger, or larger than 19px for bold text</span>",
"fr": ""
},
"API": {
"base": "<span lang='en'>Application Programming Interface</span>",
"fr": "interface de programmation"
Expand All @@ -23,6 +11,10 @@ module.exports = {
"base": "<span lang='en'>Accessible Rich Internet Applications</span>",
"fr": "applications internet riches accessibles"
},
"ASSISTIVE TECHNOLOGIES": {
"base": "<span lang='en'>Assistive technologies are any product or software that is used to increase, maintain, or improve the functional capabilities of people with disabilities. Ergonomic keyboards, screen readers, magnifier and switch devices are examples.</span>",
"fr": ""
},
"AT": {
"base": "<span lang='en'>Assistive Technology</span>",
"fr": "technologie d’assistance"
Expand Down Expand Up @@ -91,13 +83,17 @@ module.exports = {
"en": "French official journal of laws and regulations"
},
"JS": {
"base": "Javascript",
"base": "JavaScript",
},
"KOTLIN": {
"base": "<span lang='en'>Kotlin langage</span>",
"en": "Kotlin is the second langage used for programming on Android devices",
"fr": "Kotlin est le second langage utilisé pour programmer sur les mobiles Android"
},
"LARGE TEXT": {
"base": "<span lang='en'>Large text is defined as text of 24px or larger, or larger than 19px for bold text</span>",
"fr": ""
},
"MIT": {
"base": "<span lang='en'>Massachussetts Institute of Technology</span>",
"fr": "institut de technologie du Massachussetts"
Expand Down Expand Up @@ -146,6 +142,10 @@ module.exports = {
"base": "<span lang='en'>Test Driven Development</span>",
"fr": "tests unitaires"
},
"TEXTE DE GRANDE TAILLE": {
"base": "<span lang='fr'>Le texte de grande taille est défini comme du texte de 24px ou plus, ou du texte en gras de plus de 19px</span>",
"fr": ""
},
"TICS": {
"base": "<span lang='fr'>Technologies de l'Information et de la Communication</span>",
"fr": ""
Expand Down

0 comments on commit 971ee5d

Please sign in to comment.