Skip to content

Commit

Permalink
Content - Other -> page_group -> _data/i18n.yml (#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke authored Aug 14, 2024
1 parent bb30432 commit 9cac4cc
Show file tree
Hide file tree
Showing 9 changed files with 402 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ page_group:
spec: Specification
test: Tests pages
reports: Reports
other: Other
fr:
examples: Exemples
docs: Documentations
Expand All @@ -16,6 +17,7 @@ page_group:
impl-ref: Référence d'implémentation
spec: Spécification
reports: Rapports
other: Autre

# Status de component
component_status:
Expand Down
68 changes: 68 additions & 0 deletions wet-boew/equalheight/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Equal height",
"fr": "Égalisation des hauteurs"
},
"description": {
"en": "Equalises the height of elements that are on the same baseline",
"fr": "Égalise la hauteur d'éléments étant sur la même ligne de base"
},
"modified": "2024-07-10",
"componentName": "equalheight",
"status": "stable",
"pages": {
"examples": [
{
"title": "Equal height (pure CSS)",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/eqht-css/eqht-css-en.html"
},
{
"title": "Égalisation des hauteurs (pure CSS)",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/eqht-css/eqht-css-fr.html"
},
{
"title": "Equal height",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/equalheight/equalheight-en.html"
},
{
"title": "Égalisation des hauteurs",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/equalheight/equalheight-fr.html"
}
],
"docs": [
{
"title": "Equal height",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/equalheight/equalheight-en.html"
},
{
"title": "Égalisation des hauteurs",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/equalheight/equalheight-fr.html"
}
],
"other": [
{
"title": "Equal height (pure CSS)",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/eqht-css/eqht-css-en.html"
},
{
"title": "Égalisation des hauteurs (pure CSS)",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/eqht-css/eqht-css-fr.html"
}
]
}
}
46 changes: 46 additions & 0 deletions wet-boew/filter/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Filter",
"fr": "Filtre"
},
"description": {
"en": "Filters through content and only show content that match a certain keyword",
"fr": "Filtre le contenu et affiche uniquement le contenu correspondant à un mot-clé spécifique"
},
"modified": "2024-05-17",
"componentName": "filter",
"status": "stable",
"pages": {
"examples": [
{
"title": "Filter",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/filter/filter-en.html"
},
{
"title": "Filtre",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/filter/filter-fr.html"
}
],
"docs": [
{
"title": "Filter",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/filter/filter-en.html"
},
{
"title": "Filtre",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/filter/filter-fr.html"
}
]
}
}
46 changes: 46 additions & 0 deletions wet-boew/lightbox/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Lightbox",
"fr": "Lightbox"
},
"description": {
"en": "Display images and other content in a dialog box, either individually or as part of a gallery. Implements the WAI-ARIA Dialog (Modal) design pattern",
"fr": "Afficher des images et d'autres contenus dans une boîte de dialogue, soit individuellement ou comme partie d'une galerie. Implémente le modèle de conception WAI-ARIA Dialog (Modal)"
},
"modified": "2024-05-17",
"componentName": "lightbox",
"status": "stable",
"pages": {
"examples": [
{
"title": "Lightbox",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/lightbox/lightbox-en.html"
},
{
"title": "Lightbox",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/lightbox/lightbox-fr.html"
}
],
"docs": [
{
"title": "Lightbox",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/lightbox/lightbox-en.html"
},
{
"title": "Lightbox",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/lightbox/lightbox-fr.html"
}
]
}
}
46 changes: 46 additions & 0 deletions wet-boew/stepsform/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Steps Form",
"fr": "Formulaire à étapes"
},
"description": {
"en": "This component provides the ability to break a form into steps",
"fr": "Offre la possibilité de diviser un formulaire en différentes étapes (sans ou avec validation de formulaire)"
},
"modified": "2024-05-17",
"componentName": "stepsform",
"status": "provisional",
"pages": {
"examples": [
{
"title": "Steps Form",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/stepsform/stepsform-en.html"
},
{
"title": "Formulaire à étapes",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/stepsform/stepsform-fr.html"
}
],
"docs": [
{
"title": "Steps Form",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/stepsform/stepsform-en.html"
},
{
"title": "Formulaire à étapes",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/stepsform/stepsform-fr.html"
}
]
}
}
56 changes: 56 additions & 0 deletions wet-boew/tabs/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Tabbed Interface",
"fr": "Interface à onglets"
},
"description": {
"en": "Dynamically stacks multiple sections of content, transforming them into a tabbed interface",
"fr": "Empile dynamiquement plusieurs sections de contenu, les transformant en une interface à onglets"
},
"modified": "2024-05-17",
"componentName": "tabs",
"status": "stable",
"pages": {
"examples": [
{
"title": "Tabbed Interface",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-en.html"
},
{
"title": "Interface à onglets",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-fr.html"
},
{
"title": "Tabbed Interface - Carousel",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-carousel-en.html"
},
{
"title": "Interface à onglets - Carrousel",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/tabs/tabs-carousel-fr.html"
}
],
"docs": [
{
"title": "Tabbed Interface",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/tabs/tabs-en.html"
},
{
"title": "Interface à onglets",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/tabs/tabs-fr.html"
}
]
}
}
46 changes: 46 additions & 0 deletions wet-boew/texthighlight/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Text highlighting",
"fr": "Mise en surbrillance de texte"
},
"description": {
"en": "Highlights any text within a pre-defined area that matches case-insensitive search criteria",
"fr": "Met en surbrillance n'importe quel texte dans un secteur pré-défini qui satisfait des critères de recherche"
},
"modified": "2024-05-17",
"componentName": "texthighlight",
"status": "stable",
"pages": {
"examples": [
{
"title": "Text highlighting",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/texthighlight/texthighlight-en.html"
},
{
"title": "Mise en surbrillance de texte",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/texthighlight/texthighlight-fr.html"
}
],
"docs": [
{
"title": "Text highlighting",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/texthighlight/texthighlight-en.html"
},
{
"title": "Mise en surbrillance de texte",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/texthighlight/texthighlight-fr.html"
}
]
}
}
46 changes: 46 additions & 0 deletions wet-boew/twitter/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "X (Twitter)",
"fr": "X (Twitter)"
},
"description": {
"en": "Helps with implementing Twitter embedded timelines",
"fr": "Aide à implémenter les timelines Twitter intégrées"
},
"modified": "2024-05-17",
"componentName": "twitter",
"status": "stable",
"pages": {
"examples": [
{
"title": "Twitter",
"language": "en",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/twitter/twitter-en.html"
},
{
"title": "Twitter",
"language": "fr",
"url": "https://wet-boew.github.io/gcweb-compiled-demos/wetboew-demos/twitter/twitter-fr.html"
}
],
"docs": [
{
"title": "Twitter",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/twitter/twitter-en.html"
},
{
"title": "Twitter",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/twitter/twitter-fr.html"
}
]
}
}
Loading

0 comments on commit 9cac4cc

Please sign in to comment.